github.com/gophish/gophish@v0.12.2-0.20230915144530-8e7929441393/db/db_mysql/migrations/20200619000000_0.11.0_password_policy.sql (about) 1 2 -- +goose Up 3 -- SQL in section 'Up' is executed when this migration is applied 4 ALTER TABLE `users` ADD COLUMN password_change_required BOOLEAN; 5 6 7 -- +goose Down 8 -- SQL section 'Down' is executed when this migration is rolled back 9