file
11 rows where patch_id = 30895
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
145505 | 30895 30895 | includes/Storage/DerivedPageDataUpdater.php |
145506 | 30895 30895 | maintenance/attachLatest.php |
145507 | 30895 30895 | maintenance/cleanupInvalidDbKeys.php |
145508 | 30895 30895 | maintenance/createAndPromote.php |
145509 | 30895 30895 | maintenance/includes/BackupDumper.php |
145510 | 30895 30895 | maintenance/includes/TextPassDumper.php |
145511 | 30895 30895 | maintenance/initEditCount.php |
145512 | 30895 30895 | maintenance/storage/recompressTracked.php |
145513 | 30895 30895 | maintenance/syncFileBackend.php |
145514 | 30895 30895 | maintenance/update.php |
145515 | 30895 30895 | maintenance/updateSearchIndex.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);