bug_file
8 rows where bug_patch_id = 4
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
4 | 4 4 | .gitignore |
5 | 4 4 | extension.json |
6 | 4 4 | maintenance/manageForeignResources.php |
7 | 4 4 | modules/external/backbone.js |
8 | 4 4 | modules/external/backbone/backbone.js |
9 | 4 4 | modules/external/foreign-resources.yaml |
10 | 4 4 | modules/external/underscore.js |
11 | 4 4 | modules/external/underscore/underscore-umd.js |
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) );