Mega push vol1
This commit is contained in:
3
supabase/migrations/007_org_theme.sql
Normal file
3
supabase/migrations/007_org_theme.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- Add theme color and icon to organizations
|
||||
ALTER TABLE organizations ADD COLUMN IF NOT EXISTS theme_color TEXT DEFAULT '#00a3e0';
|
||||
ALTER TABLE organizations ADD COLUMN IF NOT EXISTS icon_url TEXT;
|
||||
Reference in New Issue
Block a user