bug_file
8 rows where bug_patch_id = 163
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
532 | 163 163 | includes/DefaultSettings.php |
533 | 163 163 | includes/changetags/ChangeTags.php |
534 | 163 163 | includes/content/ContentHandler.php |
535 | 163 163 | languages/i18n/en.json |
536 | 163 163 | languages/i18n/qqq.json |
537 | 163 163 | tests/phpunit/includes/changetags/ChangeTagsTest.php |
538 | 163 163 | tests/phpunit/includes/content/WikitextContentHandlerTest.php |
539 | 163 163 | tests/phpunit/unit/includes/Storage/EditResultBuilderTest.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) );