file
4 rows where patch_id = 58933
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
270977 | 58933 58933 | includes/api/ApiImportReporter.php |
270978 | 58933 58933 | includes/import/WikiImporter.php |
270979 | 58933 58933 | includes/specials/helpers/ImportReporter.php |
270980 | 58933 58933 | tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.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);