file
9 rows where patch_id = 51861
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
234301 | 51861 51861 | includes/GlobalFunctions.php |
234302 | 51861 51861 | includes/Setup.php |
234303 | 51861 51861 | includes/api/ApiMain.php |
234304 | 51861 51861 | includes/context/RequestContext.php |
234305 | 51861 51861 | includes/filerepo/file/File.php |
234306 | 51861 51861 | includes/filerepo/file/LocalFile.php |
234307 | 51861 51861 | includes/session/SessionBackend.php |
234308 | 51861 51861 | maintenance/importImages.php |
234309 | 51861 51861 | tests/phpunit/includes/session/SessionBackendTest.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);