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

7 lines
221 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.