Add support to enable/disable the network rating system

This commit is contained in:
Patrick Pacher
2021-12-27 08:41:58 +01:00
parent ca4bac3b1b
commit 165ce53149
7 changed files with 169 additions and 340 deletions

View File

@@ -40,6 +40,10 @@ func start() error {
updatesPath += string(os.PathSeparator)
}
if err := migrateConfiguration(); err != nil {
return err
}
err := registerValidationDBHook()
if err != nil {
return err