mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +00:00
upload
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user