file
30 rows where patch_id = 85993
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
405282 | 85993 85993 | maintenance/FlowAddMissingModerationLogs.php |
405283 | 85993 85993 | maintenance/FlowCreateTemplates.php |
405284 | 85993 85993 | maintenance/FlowExternalStoreMoveCluster.php |
405285 | 85993 85993 | maintenance/FlowFixEditCount.php |
405286 | 85993 85993 | maintenance/FlowFixInconsistentBoards.php |
405287 | 85993 85993 | maintenance/FlowFixLinks.php |
405288 | 85993 85993 | maintenance/FlowFixLog.php |
405289 | 85993 85993 | maintenance/FlowFixUserIp.php |
405290 | 85993 85993 | maintenance/FlowFixWorkflowLastUpdateTimestamp.php |
405291 | 85993 85993 | maintenance/FlowForceSearchIndex.php |
405292 | 85993 85993 | maintenance/FlowPopulateLinksTables.php |
405293 | 85993 85993 | maintenance/FlowPopulateRefId.php |
405294 | 85993 85993 | maintenance/FlowRemoveOldTopics.php |
405295 | 85993 85993 | maintenance/FlowRestoreLQT.php |
405296 | 85993 85993 | maintenance/FlowSetUserIp.php |
405297 | 85993 85993 | maintenance/FlowUpdateBetaFeaturePreference.php |
405298 | 85993 85993 | maintenance/FlowUpdateRecentChanges.php |
405299 | 85993 85993 | maintenance/FlowUpdateResolvedNotifTitles.php |
405300 | 85993 85993 | maintenance/FlowUpdateRevContentModelFromOccupyPages.php |
405301 | 85993 85993 | maintenance/FlowUpdateRevisionContentLength.php |
405302 | 85993 85993 | maintenance/FlowUpdateRevisionTypeId.php |
405303 | 85993 85993 | maintenance/FlowUpdateUserWiki.php |
405304 | 85993 85993 | maintenance/FlowUpdateWorkflowPageId.php |
405305 | 85993 85993 | maintenance/benchUuidTimestampConversion.php |
405306 | 85993 85993 | maintenance/convertAllLqtPages.php |
405307 | 85993 85993 | maintenance/convertLqtPageFromRemoteApiForTesting.php |
405308 | 85993 85993 | maintenance/convertLqtPageOnLocalWiki.php |
405309 | 85993 85993 | maintenance/convertNamespaceFromWikitext.php |
405310 | 85993 85993 | maintenance/convertToText.php |
405311 | 85993 85993 | maintenance/dumpBackup.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);