github.com/dzsibi/gophish@v0.7.1-0.20190719042945-1f16c7237d0d/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.