file
35 rows where patch_id = 58918
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
270903 | 58918 58918 | docs/database.md |
270904 | 58918 58918 | includes/DefaultSettings.php |
270905 | 58918 58918 | includes/EditPage.php |
270906 | 58918 58918 | includes/GlobalFunctions.php |
270907 | 58918 58918 | includes/MediaWiki.php |
270908 | 58918 58918 | includes/Pingback.php |
270909 | 58918 58918 | includes/Revision.php |
270910 | 58918 58918 | includes/Revision/RevisionStore.php |
270911 | 58918 58918 | includes/SiteStatsInit.php |
270912 | 58918 58918 | includes/Storage/NameTableStore.php |
270913 | 58918 58918 | includes/Storage/PageUpdater.php |
270914 | 58918 58918 | includes/Storage/SqlBlobStore.php |
270915 | 58918 58918 | includes/Title.php |
270916 | 58918 58918 | includes/api/ApiBase.php |
270917 | 58918 58918 | includes/api/ApiOptions.php |
270918 | 58918 58918 | includes/auth/AuthManager.php |
270919 | 58918 58918 | includes/block/BlockManager.php |
270920 | 58918 58918 | includes/block/DatabaseBlock.php |
270921 | 58918 58918 | includes/cache/MessageCache.php |
270922 | 58918 58918 | includes/changetags/ChangeTagsList.php |
270923 | 58918 58918 | includes/content/ContentHandler.php |
270924 | 58918 58918 | includes/dao/DBAccessObjectUtils.php |
270925 | 58918 58918 | includes/dao/IDBAccessObject.php |
270926 | 58918 58918 | includes/deferred/UserEditCountUpdate.php |
270927 | 58918 58918 | includes/externalstore/ExternalStoreDB.php |
270928 | 58918 58918 | includes/filerepo/LocalRepo.php |
270929 | 58918 58918 | includes/jobqueue/JobQueueDB.php |
270930 | 58918 58918 | includes/jobqueue/jobs/RefreshLinksJob.php |
270931 | 58918 58918 | includes/libs/rdbms/database/DBConnRef.php |
270932 | 58918 58918 | includes/libs/rdbms/loadbalancer/ILoadBalancer.php |
270933 | 58918 58918 | includes/libs/rdbms/loadbalancer/LoadBalancer.php |
270934 | 58918 58918 | includes/page/PageStore.php |
270935 | 58918 58918 | includes/user/BotPassword.php |
270936 | 58918 58918 | includes/watcheditem/WatchedItemStore.php |
270937 | 58918 58918 | maintenance/includes/Maintenance.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);