file
9 rows where patch_id = 61671
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
288351 | 61671 61671 | includes/EditPage.php |
288352 | 61671 61671 | includes/MergeHistory.php |
288353 | 61671 61671 | includes/MovePage.php |
288354 | 61671 61671 | includes/Storage/PageUpdater.php |
288355 | 61671 61671 | includes/auth/AuthManager.php |
288356 | 61671 61671 | includes/block/UnblockUser.php |
288357 | 61671 61671 | includes/filebackend/filejournal/DBFileJournal.php |
288358 | 61671 61671 | includes/filerepo/FileRepo.php |
288359 | 61671 61671 | includes/libs/StatusValue.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);