github.com/Ne0nd0g/gophish@v0.7.1-0.20190220040016-11493024a07d/db/db_sqlite3/migrations/20160217211342_0.1.2_create_from_col_results.sql (about)

     1  
     2  -- +goose Up
     3  -- SQL in section 'Up' is executed when this migration is applied
     4  ALTER TABLE results ADD COLUMN position VARCHAR(255);
     5  
     6  -- +goose Down
     7  -- SQL section 'Down' is executed when this migration is rolled back
     8