diff --git a/migrations/1691747912_resave_views.go b/migrations/1691747913_resave_views.go similarity index 95% rename from migrations/1691747912_resave_views.go rename to migrations/1691747913_resave_views.go index 121cbbf8..3d684609 100644 --- a/migrations/1691747912_resave_views.go +++ b/migrations/1691747913_resave_views.go @@ -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