mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
Closes https://github.com/coder/internal/issues/153 Remove the 'must_reset_password' as it was introduced for use in the "forgot password?" flow but never used.
2 lines
78 B
SQL
2 lines
78 B
SQL
ALTER TABLE users ADD COLUMN must_reset_password bool NOT NULL DEFAULT false;
|