file
6 rows where patch_id = 36569
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
168709 | 36569 36569 | includes/specials/SpecialBlock.php |
168710 | 36569 36569 | languages/i18n/en.json |
168711 | 36569 36569 | languages/i18n/qqq.json |
168712 | 36569 36569 | resources/Resources.php |
168713 | 36569 36569 | resources/src/mediawiki.special.block.js |
168714 | 36569 36569 | resources/src/mediawiki.special/block.less |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);