github.com/lunarobliq/gophish@v0.8.1-0.20230523153303-93511002234d/db/db_mysql/migrations/20201201000000_0.11.0_account_locked.sql (about) 1 2 -- +goose Up 3 -- SQL in section 'Up' is executed when this migration is applied 4 ALTER TABLE `users` ADD COLUMN account_locked BOOLEAN; 5 6 -- +goose Down 7 -- SQL section 'Down' is executed when this migration is rolled back