file
8 rows where patch_id = 289
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1419 | 289 289 | extension.json |
1420 | 289 289 | i18n/ve-mw/en.json |
1421 | 289 289 | i18n/ve-mw/qqq.json |
1422 | 289 289 | includes/VisualEditorHooks.php |
1423 | 289 289 | modules/ve-mw/dm/models/ve.dm.MWParameterModel.js |
1424 | 289 289 | modules/ve-mw/dm/models/ve.dm.MWTemplateSpecModel.js |
1425 | 289 289 | modules/ve-mw/ui/pages/ve.ui.MWParameterPage.js |
1426 | 289 289 | modules/ve-mw/ui/styles/pages/ve.ui.MWParameterPage.css |
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);