Files
medreport_mrb2b/supabase/migrations/20250818150655_notification_max_length_fix.sql

3 lines
174 B
SQL

-- Increase the body column limit for notifications to support larger email content (up to 128KB)
ALTER TABLE medreport.notifications ALTER COLUMN body TYPE VARCHAR(131072);