file
6 rows where patch_id = 13385
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62315 | 13385 13385 | RELEASE-NOTES-1.34 |
62316 | 13385 13385 | includes/DefaultSettings.php |
62317 | 13385 13385 | includes/Setup.php |
62318 | 13385 13385 | includes/installer/CliInstaller.php |
62319 | 13385 13385 | includes/installer/Installer.php |
62320 | 13385 13385 | maintenance/install.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);