file
3 rows where patch_id = 35290
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164234 | 35290 35290 | includes/EditPage.php |
164235 | 35290 35290 | includes/installer/WebInstaller.php |
164236 | 35290 35290 | includes/specials/SpecialVersion.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);