Mega push vol1

This commit is contained in:
AlacrisDevs
2026-02-05 01:09:55 +02:00
parent 2cfbd8531a
commit 1534e1f0af
24 changed files with 1953 additions and 617 deletions

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