mirror of https://github.com/gophish/gophish
8 lines
220 B
MySQL
8 lines
220 B
MySQL
|
|
||
|
-- +goose Up
|
||
|
-- SQL in section 'Up' is executed when this migration is applied
|
||
|
ALTER TABLE `users` ADD COLUMN account_locked BOOLEAN;
|
||
|
|
||
|
-- +goose Down
|
||
|
-- SQL section 'Down' is executed when this migration is rolled back
|