file
17 rows where patch_id = 60363
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
276915 | 60363 60363 | RELEASE-NOTES-1.37 |
276916 | 60363 60363 | includes/filebackend/filejournal/DBFileJournal.php |
276917 | 60363 60363 | includes/filerepo/ForeignDBRepo.php |
276918 | 60363 60363 | includes/filerepo/ForeignDBViaLBRepo.php |
276919 | 60363 60363 | includes/filerepo/LocalRepo.php |
276920 | 60363 60363 | includes/filerepo/file/LocalFile.php |
276921 | 60363 60363 | includes/filerepo/file/LocalFileDeleteBatch.php |
276922 | 60363 60363 | includes/filerepo/file/LocalFileMoveBatch.php |
276923 | 60363 60363 | includes/filerepo/file/LocalFileRestoreBatch.php |
276924 | 60363 60363 | includes/filerepo/file/OldLocalFile.php |
276925 | 60363 60363 | includes/jobqueue/JobQueueDB.php |
276926 | 60363 60363 | includes/resourceloader/dependencystore/SqlModuleDependencyStore.php |
276927 | 60363 60363 | includes/upload/UploadFromChunks.php |
276928 | 60363 60363 | includes/upload/UploadStash.php |
276929 | 60363 60363 | maintenance/migrateFileRepoLayout.php |
276930 | 60363 60363 | tests/phpunit/includes/filebackend/filejournal/DBFileJournalIntegrationTest.php |
276931 | 60363 60363 | tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.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);