file
4 rows where patch_id = 60129
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
275955 | 60129 60129 | RELEASE-NOTES-1.37 |
275956 | 60129 60129 | includes/user/User.php |
275957 | 60129 60129 | includes/user/UserOptionsManager.php |
275958 | 60129 60129 | tests/phpunit/includes/user/UserOptionsManagerTest.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);