]> Untitled Git - lemmy.git/blob - migrations/2021-03-19-014144_add_col_local_user_validator_time/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2021-03-19-014144_add_col_local_user_validator_time / down.sql
1 ALTER TABLE local_user
2     DROP COLUMN validator_time;
3