file
11 rows where patch_id = 38374
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
177248 | 38374 38374 | HISTORY |
177249 | 38374 38374 | docs/injection.txt |
177250 | 38374 38374 | includes/ConfiguredReadOnlyMode.php |
177251 | 38374 38374 | includes/DefaultSettings.php |
177252 | 38374 38374 | includes/GlobalFunctions.php |
177253 | 38374 38374 | includes/ReadOnlyMode.php |
177254 | 38374 38374 | includes/Setup.php |
177255 | 38374 38374 | includes/config/ConfigFactory.php |
177256 | 38374 38374 | includes/dao/DBAccessBase.php |
177257 | 38374 38374 | includes/objectcache/ObjectCache.php |
177258 | 38374 38374 | includes/password/PasswordFactory.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);