file
26 rows where patch_id = 2723
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13682 | 2723 2723 | includes/MovePage.php |
13683 | 2723 2723 | includes/Permissions/PermissionManager.php |
13684 | 2723 2723 | includes/Storage/BlobStoreFactory.php |
13685 | 2723 2723 | includes/Storage/PageUpdater.php |
13686 | 2723 2723 | includes/block/BlockManager.php |
13687 | 2723 2723 | includes/block/DatabaseBlockStore.php |
13688 | 2723 2723 | includes/cache/localisation/LocalisationCache.php |
13689 | 2723 2723 | includes/db/MWLBFactory.php |
13690 | 2723 2723 | includes/filebackend/FileBackendGroup.php |
13691 | 2723 2723 | includes/http/HttpRequestFactory.php |
13692 | 2723 2723 | includes/jobqueue/JobRunner.php |
13693 | 2723 2723 | includes/language/LanguageFactory.php |
13694 | 2723 2723 | includes/language/LanguageNameUtils.php |
13695 | 2723 2723 | includes/page/PageCommandFactory.php |
13696 | 2723 2723 | includes/parser/Parser.php |
13697 | 2723 2723 | includes/preferences/DefaultPreferencesFactory.php |
13698 | 2723 2723 | includes/specialpage/SpecialPageFactory.php |
13699 | 2723 2723 | includes/title/NamespaceInfo.php |
13700 | 2723 2723 | includes/user/DefaultOptionsLookup.php |
13701 | 2723 2723 | includes/user/PasswordReset.php |
13702 | 2723 2723 | includes/user/TalkPageNotificationManager.php |
13703 | 2723 2723 | includes/user/UserGroupManager.php |
13704 | 2723 2723 | includes/user/UserNameUtils.php |
13705 | 2723 2723 | includes/user/UserOptionsManager.php |
13706 | 2723 2723 | includes/user/WatchlistNotificationManager.php |
13707 | 2723 2723 | includes/watcheditem/WatchedItemStore.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);