file
6 rows where patch_id = 3413
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16807 | 3413 3413 | resources/ext.centralNotice.display/index.js |
16808 | 3413 3413 | resources/subscribing/ext.centralNotice.bannerHistoryLogger.js |
16809 | 3413 3413 | resources/subscribing/ext.centralNotice.bannerSequence.js |
16810 | 3413 3413 | resources/subscribing/ext.centralNotice.largeBannerLimit.js |
16811 | 3413 3413 | tests/qunit/ext.centralNotice.display/index.tests.js |
16812 | 3413 3413 | tests/qunit/subscribing/ext.centralNotice.bannerSequence.tests.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);