file
28 rows where patch_id = 445
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2253 | 445 445 | RELEASE-NOTES-1.37 |
2254 | 445 445 | includes/EditPage.php |
2255 | 445 445 | includes/ParamValidator/TypeDef/UserDef.php |
2256 | 445 445 | includes/Storage/DerivedPageDataUpdater.php |
2257 | 445 445 | includes/api/ApiMain.php |
2258 | 445 445 | includes/api/ApiOptions.php |
2259 | 445 445 | includes/api/ApiQuery.php |
2260 | 445 445 | includes/api/ApiQueryBlocks.php |
2261 | 445 445 | includes/api/ApiQueryUserContribs.php |
2262 | 445 445 | includes/api/ApiQueryUserInfo.php |
2263 | 445 445 | includes/page/Article.php |
2264 | 445 445 | includes/page/WikiPage.php |
2265 | 445 445 | includes/preferences/DefaultPreferencesFactory.php |
2266 | 445 445 | includes/resourceloader/ResourceLoaderUserOptionsModule.php |
2267 | 445 445 | includes/search/SearchNearMatcher.php |
2268 | 445 445 | includes/skins/Skin.php |
2269 | 445 445 | includes/specials/SpecialContributions.php |
2270 | 445 445 | includes/specials/SpecialListFiles.php |
2271 | 445 445 | includes/specials/pagers/ImageListPager.php |
2272 | 445 445 | includes/user/User.php |
2273 | 445 445 | includes/user/UserOptionsManager.php |
2274 | 445 445 | maintenance/reassignEdits.php |
2275 | 445 445 | maintenance/rollbackEdits.php |
2276 | 445 445 | tests/phpunit/includes/api/ApiOptionsTest.php |
2277 | 445 445 | tests/phpunit/includes/preferences/DefaultPreferencesFactoryTest.php |
2278 | 445 445 | tests/phpunit/includes/specials/ImageListPagerTest.php |
2279 | 445 445 | tests/phpunit/includes/specials/SpecialPreferencesTest.php |
2280 | 445 445 | tests/phpunit/includes/user/UserTest.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);