github.com/olivierlemoal/gophish@v0.9.0/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.