Spotted it while upgrading my server and checking the logs
Этот коммит содержится в:
Alexander Griesser
2023-05-17 11:10:25 +02:00
коммит произвёл GitHub
родитель da3dcf737c
Коммит 4bc40e3a0c

Просмотреть файл

@@ -27,7 +27,7 @@ func (s *SQLStore) EnsureSchemaMigrationFormat() error {
} }
if !migrationNeeded { if !migrationNeeded {
s.logger.Info("Schema migration table is correct format") s.logger.Info("Schema migration table is in correct format")
return nil return nil
} }