8 lines
400 B
SQL
8 lines
400 B
SQL
-- 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
|