file
11 rows where patch_id = 59580
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273761 | 59580 59580 | includes/installer/MysqlUpdater.php |
273762 | 59580 59580 | includes/installer/PostgresUpdater.php |
273763 | 59580 59580 | includes/installer/SqliteUpdater.php |
273764 | 59580 59580 | maintenance/abstractSchemaChanges/patch-page-rename-name_title-index.json |
273765 | 59580 59580 | maintenance/archives/patch-page-rename-name_title-index.sql |
273766 | 59580 59580 | maintenance/postgres/tables-generated.sql |
273767 | 59580 59580 | maintenance/sqlite/archives/patch-page-rename-name_title-index.sql |
273768 | 59580 59580 | maintenance/sqlite/tables-generated.sql |
273769 | 59580 59580 | maintenance/tables-generated.sql |
273770 | 59580 59580 | maintenance/tables.json |
273771 | 59580 59580 | tests/phpunit/structure/DatabaseIntegrationTest.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);