Files
coder/coderd/database/migrations/000272_remove_must_reset_password.up.sql
Danielle Maywood 4e20eea9e6 chore: remove unused 'must_reset_password' column (#15265)
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.
2024-10-29 09:57:40 +00:00

2 lines
51 B
SQL

ALTER TABLE users DROP COLUMN must_reset_password;