github.com/gophish/gophish@v0.12.2-0.20230915144530-8e7929441393/db/db_sqlite3/migrations/20201201000000_0.11.0_account_locked.sql (about)

     1  -- +goose Up
     2  -- SQL in section 'Up' is executed when this migration is applied
     3  ALTER TABLE users ADD COLUMN account_locked BOOLEAN;
     4  
     5  -- +goose Down
     6  -- SQL section 'Down' is executed when this migration is rolled back