Merge pull request #53 from MR-medreport/MED-105-v3

feat(MED-123): fix medreport.notifications.body only allows 5000 chars, cannot log longer emails
This commit is contained in:
2025-08-18 15:11:20 +03:00
committed by GitHub

View File

@@ -0,0 +1,2 @@
-- 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);