feat: add favicon, logo and Update the platform name (only available to the superuser) and company names
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Migration: Add Platform Name and Favicon to Organizations
|
||||
-- Adds fields for white-labeling the platform name and favicon
|
||||
|
||||
ALTER TABLE organizations
|
||||
ADD COLUMN IF NOT EXISTS platform_name TEXT,
|
||||
ADD COLUMN IF NOT EXISTS favicon_url TEXT;
|
||||
|
||||
-- Add comments for documentation
|
||||
COMMENT ON COLUMN organizations.platform_name IS 'Custom name for the platform (e.g., "My Company Academy")';
|
||||
COMMENT ON COLUMN organizations.favicon_url IS 'URL path to organization favicon (stored in /uploads/org-favicons/)';
|
||||
Reference in New Issue
Block a user