mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
parent
19021b6c91
commit
ab1ac797a9
1 changed files with 9 additions and 0 deletions
9
db/db_mysql/migrations/20161202153627_AttachmentFix.sql
Normal file
9
db/db_mysql/migrations/20161202153627_AttachmentFix.sql
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
-- +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;
|
Loading…
Reference in a new issue