mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 15:41:18 +02:00
enabled baseBinds for the goja migrations
This commit is contained in:
@@ -54,6 +54,7 @@ func RegisterMigrations(app core.App, config MigrationsConfig) error {
|
||||
registry.Enable(vm)
|
||||
console.Enable(vm)
|
||||
process.Enable(vm)
|
||||
baseBinds(vm)
|
||||
dbxBinds(vm)
|
||||
tokensBinds(vm)
|
||||
securityBinds(vm)
|
||||
|
||||
Reference in New Issue
Block a user