]> Untitled Git - lemmy.git/blob - migrations/2021-03-19-014144_add_col_local_user_validator_time/up.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 / up.sql
1 ALTER TABLE local_user
2     ADD COLUMN validator_time timestamp NOT NULL DEFAULT now();
3