github.com/ArminBerberovic/gophish@v0.9.0/db/db_mysql/migrations/20190219214543_0.8.0_redirect_url_field.sql (about)

     1  
     2  -- +goose Up
     3  -- SQL in section 'Up' is executed when this migration is applied
     4  ALTER TABLE `pages` MODIFY redirect_url TEXT;
     5  
     6  -- +goose Down
     7  -- SQL section 'Down' is executed when this migration is rolled back
     8  ALTER TABLE `pages` MODIFY redirect_url VARCHAR(255);