github.com/glennzw/gophish@v0.8.1-0.20190824020715-24fe998a3aa0/db/db_mysql/migrations/20161202153627_AttachmentFix.sql (about) 1 2 -- +goose Up 3 -- SQL in section 'Up' is executed when this migration is applied 4 ALTER TABLE `attachments` MODIFY content LONGTEXT; 5 6 -- +goose Down 7 -- SQL section 'Down' is executed when this migration is rolled back 8 9 ALTER TABLE `attachments` MODIFY content TEXT;