file
21 rows where patch_id = 82382
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
381420 | 82382 82382 | RELEASE-NOTES-1.38 |
381421 | 82382 82382 | includes/resourceloader/VueComponentParser.php |
381422 | 82382 82382 | jsduck.json |
381423 | 82382 82382 | maintenance/jsduck/categories.json |
381424 | 82382 82382 | resources/Resources.php |
381425 | 82382 82382 | resources/lib/foreign-resources.yaml |
381426 | 82382 82382 | resources/lib/vue/BUILD.md |
381427 | 82382 82382 | resources/lib/vue/LICENSE |
381428 | 82382 82382 | resources/lib/vue/README.md |
381429 | 82382 82382 | resources/lib/vue/vue.common.dev.js |
381430 | 82382 82382 | resources/lib/vue/vue.common.prod.js |
381431 | 82382 82382 | resources/lib/vue/vue.common.prod.unminified.js |
381432 | 82382 82382 | resources/lib/vue/vue.global.js |
381433 | 82382 82382 | resources/lib/vue/vue.global.prod.js |
381434 | 82382 82382 | resources/src/vue/.eslintrc.json |
381435 | 82382 82382 | resources/src/vue/composition-api.js |
381436 | 82382 82382 | resources/src/vue/errorLogger.js |
381437 | 82382 82382 | resources/src/vue/i18n.js |
381438 | 82382 82382 | resources/src/vue/index.js |
381439 | 82382 82382 | resources/src/vue/vuex.js |
381440 | 82382 82382 | tests/phpunit/unit/includes/resourceloader/VueComponentParserTest.php |
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);