file
12 rows where patch_id = 58473
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268884 | 58473 58473 | includes/DefaultSettings.php |
268885 | 58473 58473 | includes/user/User.php |
268886 | 58473 58473 | maintenance/addChangeTag.php |
268887 | 58473 58473 | maintenance/blockUsers.php |
268888 | 58473 58473 | maintenance/edit.php |
268889 | 58473 58473 | maintenance/importImages.php |
268890 | 58473 58473 | maintenance/importTextFiles.php |
268891 | 58473 58473 | maintenance/populateArchiveRevId.php |
268892 | 58473 58473 | maintenance/protect.php |
268893 | 58473 58473 | maintenance/rebuildImages.php |
268894 | 58473 58473 | maintenance/rollbackEdits.php |
268895 | 58473 58473 | maintenance/uppercaseTitlesForUnicodeTransition.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);