mirror of https://github.com/gophish/gophish
parent
19021b6c91
commit
ab1ac797a9
|
@ -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 New Issue