file
6 rows where patch_id = 1216
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
6051 | 1216 1216 | includes/ServiceWiring.php |
6052 | 1216 1216 | includes/import/ImportableOldRevisionImporter.php |
6053 | 1216 1216 | tests/phpunit/data/import/UndefinedContentModel.xml |
6054 | 1216 1216 | tests/phpunit/data/import/UndefinedSlotRole.xml |
6055 | 1216 1216 | tests/phpunit/includes/import/ImportFailureTest.php |
6056 | 1216 1216 | tests/phpunit/includes/import/ImportableOldRevisionImporterTest.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);