Этот коммит содержится в:
Ben Schumacher
2023-10-11 10:13:36 +02:00
коммит произвёл GitHub
родитель 176370e175
Коммит 0d5a8b8841
189 изменённых файлов: 1 добавлений и 361 удалений

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

@@ -467,7 +467,6 @@ func (s *Server) doPlaybooksRolesCreationMigration() {
if err := s.Store().System().Save(&system); err != nil {
mlog.Fatal("Failed to mark playbook roles creation migration as completed.", mlog.Err(err))
}
}
// arbitrary choice, though if there is an longstanding installation with less than 10 messages,
@@ -599,7 +598,6 @@ func (s *Server) doCloudS3PathMigrations(c *request.Context) {
mlog.Fatal("failed to start job for migrating s3 file paths", mlog.Err(appErr))
return
}
}
func (a *App) DoAppMigrations() {