Only log error, but continue on profile migration error

This commit is contained in:
Daniel 2023-09-19 10:04:46 +02:00
parent 81c801237d
commit 7f168268d4

View file

@ -48,7 +48,7 @@ func start() error {
}
if err := migrations.Migrate(module.Ctx); err != nil {
return err
log.Errorf("profile: migrations failed: %s", err)
}
err := registerValidationDBHook()