file
12 rows where patch_id = 212
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1051 | 212 212 | extension.json |
1052 | 212 212 | i18n/help/en.json |
1053 | 212 212 | i18n/help/qqq.json |
1054 | 212 212 | i18n/homepage/en.json |
1055 | 212 212 | includes/HelpPanel/Tips/LinkRecommendationTipTree.php |
1056 | 212 212 | includes/HelpPanel/Tips/TipLoader.php |
1057 | 212 212 | includes/HelpPanel/Tips/TipNode.php |
1058 | 212 212 | includes/HelpPanel/Tips/TipNodeRenderer.php |
1059 | 212 212 | includes/HelpPanel/Tips/TipTree.php |
1060 | 212 212 | modules/help/ext.growthExperiments.HelpPanelProcessDialog.js |
1061 | 212 212 | modules/help/ext.growthExperiments.HelpPanelProcessDialog.less |
1062 | 212 212 | modules/homepage/addlink/AddLinkOnboardingContent.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);