feat: redesign superadmin agencies list, implement flat design, add date filters, and fix UI bugs
This commit is contained in:
6
postgres/migrations/002_add_branding_columns.sql
Normal file
6
postgres/migrations/002_add_branding_columns.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add branding/customization columns to tenants table
|
||||
ALTER TABLE tenants
|
||||
ADD COLUMN IF NOT EXISTS primary_color VARCHAR(7),
|
||||
ADD COLUMN IF NOT EXISTS secondary_color VARCHAR(7),
|
||||
ADD COLUMN IF NOT EXISTS logo_url TEXT,
|
||||
ADD COLUMN IF NOT EXISTS logo_horizontal_url TEXT;
|
||||
Reference in New Issue
Block a user