file
11 rows where patch_id = 38764
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
178574 | 38764 38764 | includes/libs/filebackend/FileBackendStore.php |
178575 | 38764 38764 | includes/upload/UploadBase.php |
178576 | 38764 38764 | maintenance/categoryChangesAsRdf.php |
178577 | 38764 38764 | maintenance/cleanupInvalidDbKeys.php |
178578 | 38764 38764 | maintenance/cleanupTable.inc |
178579 | 38764 38764 | maintenance/cleanupUsersWithNoId.php |
178580 | 38764 38764 | maintenance/convertExtensionToRegistration.php |
178581 | 38764 38764 | maintenance/copyFileBackend.php |
178582 | 38764 38764 | maintenance/deleteOrphanedRevisions.php |
178583 | 38764 38764 | maintenance/dumpCategoriesAsRdf.php |
178584 | 38764 38764 | maintenance/generateJsonI18n.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);