file
7 rows where patch_id = 60639
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
278005 | 60639 60639 | modules/ve-mw/dm/models/ve.dm.MWTransclusionModel.js |
278006 | 60639 60639 | modules/ve-mw/init/targets/ve.init.mw.Target.js |
278007 | 60639 60639 | modules/ve-mw/preinit/ve.init.mw.ArticleTargetSaver.js |
278008 | 60639 60639 | modules/ve-mw/ui/pages/ve.ui.MWLanguagesPage.js |
278009 | 60639 60639 | modules/ve-mw/ui/tools/ve.ui.MWPopupTool.js |
278010 | 60639 60639 | modules/ve-mw/ui/widgets/ve.ui.MWEditSummaryWidget.js |
278011 | 60639 60639 | modules/ve-mw/ui/widgets/ve.ui.MWTemplateTitleInputWidget.js |
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);