mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
updated linter and bumped app version
This commit is contained in:
+3282
-3275
File diff suppressed because it is too large
Load Diff
@@ -194,7 +194,8 @@ func (p *plugin) migrateCreateHandler(template string, args []string, interactiv
|
||||
}
|
||||
|
||||
func (p *plugin) migrateCollectionsHandler(args []string, interactive bool) (string, error) {
|
||||
createArgs := []string{"collections_snapshot"}
|
||||
createArgs := make([]string, 0, len(args)+1)
|
||||
createArgs = append(createArgs, "collections_snapshot")
|
||||
createArgs = append(createArgs, args...)
|
||||
|
||||
collections := []*core.Collection{}
|
||||
|
||||
Reference in New Issue
Block a user