file
11 rows where patch_id = 2713
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13656 | 2713 2713 | includes/installer/MysqlUpdater.php |
13657 | 2713 2713 | includes/installer/PostgresUpdater.php |
13658 | 2713 2713 | includes/installer/SqliteUpdater.php |
13659 | 2713 2713 | maintenance/archives/patch-templatelinks-tl_title-varbinary.sql |
13660 | 2713 2713 | maintenance/postgres/tables-generated.sql |
13661 | 2713 2713 | maintenance/postgres/tables.sql |
13662 | 2713 2713 | maintenance/sqlite/archives/patch-templatelinks-tl_title-varbinary.sql |
13663 | 2713 2713 | maintenance/sqlite/tables-generated.sql |
13664 | 2713 2713 | maintenance/tables-generated.sql |
13665 | 2713 2713 | maintenance/tables.json |
13666 | 2713 2713 | 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);