file
6 rows where patch_id = 60591
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
277863 | 60591 60591 | includes/api/ApiQuery.php |
277864 | 60591 60591 | includes/api/ApiQueryAllDeletedRevisions.php |
277865 | 60591 60591 | includes/api/ApiQueryAllRevisions.php |
277866 | 60591 60591 | includes/api/ApiQueryDeletedRevisions.php |
277867 | 60591 60591 | includes/api/ApiQueryRevisions.php |
277868 | 60591 60591 | includes/api/ApiQueryRevisionsBase.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);