3 lines
174 B
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);
|