Files
root-org/supabase/migrations/007_org_theme.sql
2026-02-05 01:09:55 +02:00

4 lines
198 B
SQL

-- 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;