mirror of
https://github.com/gophish/gophish
synced 2024-11-15 00:37:14 +00:00
8 lines
220 B
SQL
8 lines
220 B
SQL
|
|
-- +goose Up
|
|
-- SQL in section 'Up' is executed when this migration is applied
|
|
ALTER TABLE results ADD COLUMN position VARCHAR(255);
|
|
|
|
-- +goose Down
|
|
-- SQL section 'Down' is executed when this migration is rolled back
|
|
|