file
11 rows where patch_id = 2956
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
14999 | 2956 2956 | includes/DefaultSettings.php |
15000 | 2956 2956 | includes/MovePage.php |
15001 | 2956 2956 | includes/Permissions/PermissionManager.php |
15002 | 2956 2956 | includes/changes/RecentChange.php |
15003 | 2956 2956 | includes/logging/DeleteLogFormatter.php |
15004 | 2956 2956 | includes/specials/SpecialMovepage.php |
15005 | 2956 2956 | languages/i18n/en.json |
15006 | 2956 2956 | languages/i18n/qqq.json |
15007 | 2956 2956 | maintenance/uppercaseTitlesForUnicodeTransition.php |
15008 | 2956 2956 | tests/phpunit/includes/MovePageTest.php |
15009 | 2956 2956 | tests/phpunit/includes/Permissions/PermissionManagerTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);