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 8e59013 commit cb3959dCopy full SHA for cb3959d
pkg/templates/supabase_lite.go
@@ -66,7 +66,6 @@ func supabaseTemplate() *schema.TemplateDefinition {
66
DatabaseConfig: &schema.DatabaseConfig{
67
DefaultDatabaseName: "postgres",
68
Version: "17",
69
- WalLevel: "logical", // Required for analytics
70
InitDB: `-- Combined Supabase migration file with default passwords set to '${REPLACEME}'
71
72
-- Set up realtime
0 commit comments