file
12 rows where patch_id = 59389
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
272624 | 59389 59389 | includes/installer/MysqlUpdater.php |
272625 | 59389 59389 | includes/installer/PostgresUpdater.php |
272626 | 59389 59389 | includes/installer/SqliteUpdater.php |
272627 | 59389 59389 | includes/objectcache/SqlBagOStuff.php |
272628 | 59389 59389 | maintenance/abstractSchemaChanges/patch-objectcache-modtoken.json |
272629 | 59389 59389 | maintenance/archives/patch-objectcache-modtoken.sql |
272630 | 59389 59389 | maintenance/postgres/archives/patch-objectcache-modtoken.sql |
272631 | 59389 59389 | maintenance/postgres/tables-generated.sql |
272632 | 59389 59389 | maintenance/sqlite/archives/patch-objectcache-modtoken.sql |
272633 | 59389 59389 | maintenance/sqlite/tables-generated.sql |
272634 | 59389 59389 | maintenance/tables-generated.sql |
272635 | 59389 59389 | maintenance/tables.json |
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);