file
13 rows where patch_id = 3415
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
16821 | 3415 3415 | .eslintrc.json |
16822 | 3415 3415 | package-lock.json |
16823 | 3415 3415 | package.json |
16824 | 3415 3415 | resources/ext.centralNotice.display/hide.js |
16825 | 3415 3415 | resources/ext.centralNotice.display/state.js |
16826 | 3415 3415 | resources/infrastructure/bannereditor.js |
16827 | 3415 3415 | resources/infrastructure/bannermanager.js |
16828 | 3415 3415 | resources/infrastructure/campaignManager.js |
16829 | 3415 3415 | resources/infrastructure/ext.centralNotice.adminUi.bannerSequence.js |
16830 | 3415 3415 | resources/subscribing/ext.centralNotice.geoIP.js |
16831 | 3415 3415 | resources/subscribing/ext.centralNotice.impressionDiet.js |
16832 | 3415 3415 | tests/qunit/.eslintrc.json |
16833 | 3415 3415 | tests/qunit/ext.centralNotice.display/chooser.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);