updated views migrations to use SaveCollection
This commit is contained in:
parent
adb5d6e998
commit
1b633720be
|
@ -20,7 +20,7 @@ func init() {
|
|||
for _, collection := range collections {
|
||||
// ignore errors to allow users to adjust
|
||||
// the view queries after app start
|
||||
dao.Save(collection)
|
||||
dao.SaveCollection(collection)
|
||||
}
|
||||
|
||||
return nil
|
Loading…
Reference in New Issue