file
15 rows where patch_id = 2764
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
13852 | 2764 2764 | maintenance/CheckIndexes.php |
13853 | 2764 2764 | maintenance/CirrusNeedsToBeBuilt.php |
13854 | 2764 2764 | maintenance/CopySearchIndex.php |
13855 | 2764 2764 | maintenance/DumpIndex.php |
13856 | 2764 2764 | maintenance/ForceSearchIndex.php |
13857 | 2764 2764 | maintenance/FreezeWritesToCluster.php |
13858 | 2764 2764 | maintenance/IndexNamespaces.php |
13859 | 2764 2764 | maintenance/Metastore.php |
13860 | 2764 2764 | maintenance/RunSearch.php |
13861 | 2764 2764 | maintenance/Saneitize.php |
13862 | 2764 2764 | maintenance/SaneitizeJobs.php |
13863 | 2764 2764 | maintenance/UpdateDYMIndexTemplates.php |
13864 | 2764 2764 | maintenance/UpdateOneSearchIndexConfig.php |
13865 | 2764 2764 | maintenance/UpdateSearchIndexConfig.php |
13866 | 2764 2764 | maintenance/UpdateSuggesterIndex.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);