file
11 rows where patch_id = 2129
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
9751 | 2129 2129 | package-lock.json |
9752 | 2129 2129 | package.json |
9753 | 2129 2129 | tests/selenium/pageobjects/login.page.js |
9754 | 2129 2129 | tests/selenium/pageobjects/search.page.js |
9755 | 2129 2129 | tests/selenium/pageobjects/special.page.js |
9756 | 2129 2129 | tests/selenium/specs/advancedsearch.js |
9757 | 2129 2129 | tests/selenium/specs/defaultNamespaces.js |
9758 | 2129 2129 | tests/selenium/specs/paginationLinks.js |
9759 | 2129 2129 | tests/selenium/specs/searchPage.js |
9760 | 2129 2129 | tests/selenium/specs/searchSubmit.js |
9761 | 2129 2129 | tests/selenium/wdio.conf.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);