mirror of https://github.com/gophish/gophish
7 lines
221 B
MySQL
7 lines
221 B
MySQL
|
-- +goose Up
|
||
|
-- SQL in this section is executed when the migration is applied.
|
||
|
ALTER TABLE campaigns ADD COLUMN send_by_date DATETIME;
|
||
|
|
||
|
-- +goose Down
|
||
|
-- SQL in this section is executed when the migration is rolled back.
|