file
5 rows where patch_id = 59584
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273775 | 59584 59584 | RELEASE-NOTES-1.37 |
273776 | 59584 59584 | includes/filerepo/file/ArchivedFile.php |
273777 | 59584 59584 | includes/revisiondelete/RevDelArchivedFileItem.php |
273778 | 59584 59584 | includes/specials/SpecialUndelete.php |
273779 | 59584 59584 | tests/phpunit/includes/filerepo/file/LocalFileTest.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);