Removed old manual migrations (config change, cover images) that are from many releases ago. (#1054)

This commit is contained in:
Joseph Milazzo 2022-02-10 17:39:48 -08:00 committed by GitHub
parent 1871de1cff
commit f0d7f480ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 28 deletions

View file

@ -36,7 +36,7 @@ namespace API
var directoryService = new DirectoryService(null, new FileSystem());
MigrateConfigFiles.Migrate(isDocker, directoryService);
//MigrateConfigFiles.Migrate(isDocker, directoryService);
// Before anything, check if JWT has been generated properly or if user still has default
if (!Configuration.CheckIfJwtTokenSet() &&