bug_file
5 rows where bug_patch_id = 30
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
58 | 30 30 | includes/specials/SpecialRecentChanges.php |
59 | 30 30 | includes/specials/SpecialRecentChangesLinked.php |
60 | 30 30 | tests/phpunit/includes/specialpage/AbstractChangesListSpecialPageTestCase.php |
61 | 30 30 | tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php |
62 | 30 30 | tests/phpunit/includes/specials/SpecialRecentchangesTest.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) );