initial commit: rocket.new export of broadcastbeat

This commit is contained in:
Ryan Salazar
2026-05-07 16:39:17 +00:00
commit 70aa1ad46e
302 changed files with 60710 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Weekly Digest Email Preferences Migration for BroadcastBeat
-- Adds weekly_digest_enabled opt-in column to user_profiles
-- ============================================================
-- 1. ADD WEEKLY DIGEST PREFERENCE COLUMN
-- ============================================================
ALTER TABLE public.user_profiles
ADD COLUMN IF NOT EXISTS weekly_digest_enabled BOOLEAN DEFAULT false;