Skip to content

Commit

Permalink
updated views migrations to use SaveCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Aug 11, 2023
1 parent adb5d6e commit 1b63372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b63372

Please sign in to comment.