file
21 rows where patch_id = 250
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
1275 | 250 250 | README.md |
1276 | 250 250 | resources/dist/index.js |
1277 | 250 250 | resources/dist/index.js.map.json |
1278 | 250 250 | src/actions.js |
1279 | 250 250 | src/changeListeners/syncUserSettings.js |
1280 | 250 250 | src/index.js |
1281 | 250 250 | src/integrations/mwpopups.js |
1282 | 250 250 | src/isPagePreviewsEnabled.js |
1283 | 250 250 | src/reducers/eventLogging.js |
1284 | 250 250 | src/reducers/preview.js |
1285 | 250 250 | src/reducers/settings.js |
1286 | 250 250 | src/userSettings.js |
1287 | 250 250 | tests/node-qunit/actions.test.js |
1288 | 250 250 | tests/node-qunit/changeListeners/syncUserSettings.test.js |
1289 | 250 250 | tests/node-qunit/integration.test.js |
1290 | 250 250 | tests/node-qunit/isPagePreviewsEnabled.test.js |
1291 | 250 250 | tests/node-qunit/reducers/eventLogging.test.js |
1292 | 250 250 | tests/node-qunit/reducers/preview.test.js |
1293 | 250 250 | tests/node-qunit/reducers/settings.test.js |
1294 | 250 250 | tests/node-qunit/userSettings.test.js |
1295 | 250 250 | webpack.config.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);