updated test db and ui/dist

This commit is contained in:
Gani Georgiev
2022-08-10 20:37:41 +03:00
parent 119e1fb3f2
commit 7f6049ebd6
15 changed files with 654 additions and 709 deletions
+2
View File
@@ -211,6 +211,8 @@ func init() {
return daos.New(db).ImportCollections(collections, true, nil)
}, func(db dbx.Builder) error {
// no revert since the configuration on the environment, on which
// the migration was executed, could have changed via the UI/API
return nil
})
}