bug_file
8 rows where bug_patch_id = 162
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
524 | 162 162 | api/actions/ApiReview.php |
525 | 162 162 | api/reports/ApiFlagConfig.php |
526 | 162 162 | backend/FlaggedRevision.php |
527 | 162 162 | backend/FlaggedRevs.php |
528 | 162 162 | business/RevisionReviewForm.php |
529 | 162 162 | frontend/FlaggedRevsXML.php |
530 | 162 162 | frontend/RevisionReviewFormUI.php |
531 | 162 162 | frontend/specialpages/actions/RevisionReview.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) );