gophish/db/db_mysql/migrations/20161202153627_AttachmentFi...

10 lines
260 B
MySQL
Raw Permalink Normal View History

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE attachments MODIFY content LONGTEXT;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back
ALTER TABLE attachments MODIFY content TEXT;