github.com/jonathaningram/gophish@v0.3.1-0.20170829042651-ac3fe6aeae6c/db/db_mysql/migrations/20160225173824_0.1.2_capture_credentials.sql (about)

     1  
     2  -- +goose Up
     3  -- SQL in section 'Up' is executed when this migration is applied
     4  ALTER TABLE pages ADD COLUMN capture_credentials BOOLEAN;
     5  ALTER TABLE pages ADD COLUMN capture_passwords BOOLEAN;
     6  
     7  -- +goose Down
     8  -- SQL section 'Down' is executed when this migration is rolled back
     9