Remove content type from email attachment

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-20 14:30:43 +01:00
parent ac7fdd2566
commit 9ec950d633
4 changed files with 23 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE email_attachments
DROP COLUMN content_type;