Files
probo/pkg/coredata/migrations/20260220T150000Z.sql
Bryan Frimin 9ec950d633 Remove content type from email attachment
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2026-02-23 09:38:33 +01:00

3 lines
58 B
SQL

ALTER TABLE email_attachments
DROP COLUMN content_type;