feat: reorganize supabase config - flat db init structure, add edge functions, mcp, kong api config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Create _supabase database for internal Supabase operations
|
||||
-- This database is created automatically by Supabase's internal setup
|
||||
-- This file is kept for reference but the actual database creation is managed
|
||||
-- through the Supabase configuration and environment variables
|
||||
|
||||
-- Note: The _supabase database is created with the postgres user as owner
|
||||
-- by default during Supabase initialization
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Create _analytics schema for Supabase analytics
|
||||
-- This schema is created automatically by Supabase's internal setup
|
||||
-- This file is kept for reference but the actual schema creation is managed
|
||||
-- through the Supabase configuration and environment variables
|
||||
|
||||
-- Note: The _analytics schema is created in the _supabase database
|
||||
-- with appropriate ownership during Supabase initialization
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Create _realtime schema for Supabase realtime functionality
|
||||
-- This schema is created automatically by Supabase's internal setup
|
||||
-- This file is kept for reference but the actual schema creation is managed
|
||||
-- through the Supabase configuration and environment variables
|
||||
|
||||
-- Note: The _realtime schema is created with appropriate ownership
|
||||
-- during Supabase initialization
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Create _supavisor schema for Supabase connection pooling
|
||||
-- This schema is created automatically by Supabase's internal setup
|
||||
-- This file is kept for reference but the actual schema creation is managed
|
||||
-- through the Supabase configuration and environment variables
|
||||
|
||||
-- Note: The _supavisor schema is created in the _supabase database
|
||||
-- with appropriate ownership during Supabase initialization
|
||||
Reference in New Issue
Block a user