file
8 rows where patch_id = 13384
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
62307 | 13384 13384 | includes/filerepo/FileBackendDBRepoWrapper.php |
62308 | 13384 13384 | includes/libs/filebackend/FileBackend.php |
62309 | 13384 13384 | includes/libs/filebackend/FileBackendMultiWrite.php |
62310 | 13384 13384 | includes/libs/filebackend/FileBackendStore.php |
62311 | 13384 13384 | includes/libs/filebackend/filejournal/NullFileJournal.php |
62312 | 13384 13384 | tests/phpunit/includes/filebackend/FileBackendIntegrationTest.php |
62313 | 13384 13384 | tests/phpunit/unit/includes/libs/filebackend/FileBackendTest.php |
62314 | 13384 13384 | tests/phpunit/unit/includes/libs/filebackend/filejournal/TestFileJournal.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);