mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Only log error, but continue on profile migration error
This commit is contained in:
parent
81c801237d
commit
7f168268d4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func start() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := migrations.Migrate(module.Ctx); err != nil {
|
if err := migrations.Migrate(module.Ctx); err != nil {
|
||||||
return err
|
log.Errorf("profile: migrations failed: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
err := registerValidationDBHook()
|
err := registerValidationDBHook()
|
||||||
|
|
Loading…
Add table
Reference in a new issue