github.com/Ne0nd0g/gophish@v0.7.1-0.20190220040016-11493024a07d/db/db_mysql/migrations/20180830215615_0.7.0_send_by_date.sql (about)

     1  -- +goose Up
     2  -- SQL in this section is executed when the migration is applied.
     3  ALTER TABLE `campaigns` ADD COLUMN send_by_date DATETIME;
     4  
     5  -- +goose Down
     6  -- SQL in this section is executed when the migration is rolled back.