file
8 rows where patch_id = 60177
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
276093 | 60177 60177 | includes/CirrusSearch.php |
276094 | 60177 60177 | includes/Parser/FullTextKeywordRegistry.php |
276095 | 60177 60177 | includes/Query/ArticleTopicFeature.php |
276096 | 60177 60177 | includes/Query/HasRecommendationFeature.php |
276097 | 60177 60177 | includes/Wikimedia/WeightedTagsHooks.php |
276098 | 60177 60177 | tests/phpunit/unit/CirrusSearchTest.php |
276099 | 60177 60177 | tests/phpunit/unit/Query/ArticleTopicFeatureTest.php |
276100 | 60177 60177 | tests/phpunit/unit/Query/HasRecommendationFeatureTest.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);