bug_file
8 rows where bug_patch_id = 127
This data as json, CSV (advanced)
id ▼ | bug_patch_id | filename |
---|---|---|
442 | 127 127 | includes/DefaultSettings.php |
443 | 127 127 | includes/skins/Skin.php |
444 | 127 127 | languages/i18n/en.json |
445 | 127 127 | languages/i18n/qqq.json |
446 | 127 127 | resources/Resources.php |
447 | 127 127 | resources/src/mediawiki.page.ready/ready.js |
448 | 127 127 | resources/src/mediawiki.skinning/interface-sitenotice.less |
449 | 127 127 | resources/src/mediawiki.skinning/interface.less |
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) );