github.com/glennzw/gophish@v0.8.1-0.20190824020715-24fe998a3aa0/db/db_sqlite3/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.