Small grammar change (#23383)
Spotted it while upgrading my server and checking the logs
Этот коммит содержится в:
коммит произвёл
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user