This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
@@ -0,0 +1,6 @@
-- Add preferences JSONB column to newsletter_subscriptions
ALTER TABLE newsletter_subscriptions
ADD COLUMN IF NOT EXISTS preferences JSONB DEFAULT '{}'::jsonb;
-- Update trigger exists from previous migration to keep updated_at behavior (no-op here)