Mega push vol 7 mvp lesgoooo

This commit is contained in:
AlacrisDevs
2026-02-07 21:47:47 +02:00
parent dcee479839
commit d22847f555
75 changed files with 7685 additions and 892 deletions

View File

@@ -0,0 +1,8 @@
-- Platform admin flag on profiles
-- Only platform admins can access the /admin dashboard
ALTER TABLE profiles
ADD COLUMN is_platform_admin BOOLEAN NOT NULL DEFAULT false;
-- Set the initial platform admin (update this UUID to match your user)
-- This will be set via the admin API or manually in the DB