mirror of https://github.com/gophish/gophish
9 lines
210 B
MySQL
9 lines
210 B
MySQL
|
|
||
|
-- +goose Up
|
||
|
-- SQL in section 'Up' is executed when this migration is applied
|
||
|
ALTER TABLE events ADD COLUMN details BLOB;
|
||
|
|
||
|
-- +goose Down
|
||
|
-- SQL section 'Down' is executed when this migration is rolled back
|
||
|
|