-- Migration 134: Weekly digest opt-in (v0.10.5 F552) -- Users can receive a weekly email digest of unread notifications ALTER TABLE notification_preferences ADD COLUMN IF NOT EXISTS weekly_digest_enabled BOOLEAN NOT NULL DEFAULT false; COMMENT ON COLUMN notification_preferences.weekly_digest_enabled IS 'If true, send weekly email digest of unread notifications';