mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
4e20eea9e6
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
51 B
SQL
2 lines
51 B
SQL
ALTER TABLE users DROP COLUMN must_reset_password;
|