file
7 rows where patch_id = 35314
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
164378 | 35314 35314 | includes/CirrusSearch.php |
164379 | 35314 35314 | includes/Maintenance/MappingConfigBuilder.php |
164380 | 35314 35314 | maintenance/runSearch.php |
164381 | 35314 35314 | tests/phpunit/CirrusSearchTest.php |
164382 | 35314 35314 | tests/phpunit/LanguageDetectTest.php |
164383 | 35314 35314 | tests/phpunit/RequestLoggerTest.php |
164384 | 35314 35314 | tests/phpunit/SearcherTest.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);