gophish/db/db_mysql/migrations/20180830215615_0.7.0_send_b...

7 lines
223 B
SQL

-- +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.