feat: auto-provision Matrix Space per org + migration 021 + /api/matrix-space endpoint
This commit is contained in:
2
supabase/migrations/021_org_matrix_space.sql
Normal file
2
supabase/migrations/021_org_matrix_space.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add Matrix Space ID to organizations for org <-> space mapping
|
||||
ALTER TABLE organizations ADD COLUMN IF NOT EXISTS matrix_space_id TEXT;
|
||||
Reference in New Issue
Block a user