3 lines
58 B
SQL
3 lines
58 B
SQL
ALTER TABLE email_attachments
|
|
DROP COLUMN content_type;
|
ALTER TABLE email_attachments
|
|
DROP COLUMN content_type;
|