file
8 rows where patch_id = 58405
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
268565 | 58405 58405 | RELEASE-NOTES-1.37 |
268566 | 58405 58405 | includes/filerepo/file/ArchivedFile.php |
268567 | 58405 58405 | includes/filerepo/file/File.php |
268568 | 58405 58405 | includes/filerepo/file/ForeignAPIFile.php |
268569 | 58405 58405 | includes/filerepo/file/ForeignDBFile.php |
268570 | 58405 58405 | includes/filerepo/file/LocalFile.php |
268571 | 58405 58405 | includes/filerepo/file/MediaFileTrait.php |
268572 | 58405 58405 | includes/filerepo/file/OldLocalFile.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);