We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b212be6 commit 0397ab0Copy full SHA for 0397ab0
pocketbase/main.go
@@ -10,6 +10,8 @@ import (
10
"github.com/pocketbase/pocketbase/apis"
11
"github.com/pocketbase/pocketbase/core"
12
"github.com/pocketbase/pocketbase/plugins/migratecmd"
13
+
14
+ _ "svelte-bot-db/migrations"
15
)
16
17
func main() {
0 commit comments