file
25 rows where patch_id = 60379
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
276966 | 60379 60379 | autoload.php |
276967 | 60379 60379 | includes/ActorMigration.php |
276968 | 60379 60379 | includes/ActorMigrationBase.php |
276969 | 60379 60379 | includes/DefaultSettings.php |
276970 | 60379 60379 | includes/Defines.php |
276971 | 60379 60379 | includes/MergeHistory.php |
276972 | 60379 60379 | includes/Rest/Handler/PageHistoryCountHandler.php |
276973 | 60379 60379 | includes/Rest/Handler/PageHistoryHandler.php |
276974 | 60379 60379 | includes/Rest/coreRoutes.json |
276975 | 60379 60379 | includes/ServiceWiring.php |
276976 | 60379 60379 | includes/actions/InfoAction.php |
276977 | 60379 60379 | includes/api/ApiQueryAllRevisions.php |
276978 | 60379 60379 | includes/api/ApiQueryContributors.php |
276979 | 60379 60379 | includes/api/ApiQueryRevisions.php |
276980 | 60379 60379 | includes/api/ApiQueryUserContribs.php |
276981 | 60379 60379 | includes/page/WikiPage.php |
276982 | 60379 60379 | includes/revisiondelete/RevisionDeleteUser.php |
276983 | 60379 60379 | includes/specials/pagers/ContribsPager.php |
276984 | 60379 60379 | includes/user/UserEditTracker.php |
276985 | 60379 60379 | maintenance/findMissingActors.php |
276986 | 60379 60379 | maintenance/migrateRevisionActorTemp.php |
276987 | 60379 60379 | maintenance/reassignEdits.php |
276988 | 60379 60379 | tests/phpunit/includes/ActorMigrationTest.php |
276989 | 60379 60379 | tests/phpunit/includes/ActorMigrationTest.sql |
276990 | 60379 60379 | tests/phpunit/includes/Revision/RevisionQueryInfoTest.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);