github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/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.