bug_file
4 rows where bug_patch_id = 316
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
854 | 316 316 | includes/Search/MSearchRequests.php |
855 | 316 316 | includes/Searcher.php |
856 | 316 316 | tests/phpunit/Fallbacks/FallbackRunnerTest.php |
857 | 316 316 | tests/phpunit/Search/MSearchRequestsTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE bug_file ( id INTEGER PRIMARY KEY, bug_patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, UNIQUE(bug_patch_id,filename), FOREIGN KEY(bug_patch_id) REFERENCES bug_patch(id) );