file
11 rows where patch_id = 59368
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
272577 | 59368 59368 | includes/installer/MysqlUpdater.php |
272578 | 59368 59368 | includes/installer/PostgresUpdater.php |
272579 | 59368 59368 | includes/installer/SqliteUpdater.php |
272580 | 59368 59368 | maintenance/generateSchemaSql.php |
272581 | 59368 59368 | maintenance/postgres/tables-generated.sql |
272582 | 59368 59368 | maintenance/postgres/tables.sql |
272583 | 59368 59368 | maintenance/sqlite/archives/patch-revision-rev_timestamp-drop-default.sql |
272584 | 59368 59368 | maintenance/sqlite/tables-generated.sql |
272585 | 59368 59368 | maintenance/tables-generated.sql |
272586 | 59368 59368 | maintenance/tables.json |
272587 | 59368 59368 | maintenance/tables.sql |
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);