]> Untitled Git - lemmy.git/blob - migrations/2019-10-15-181630_add_themes/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2019-10-15-181630_add_themes / down.sql
1 ALTER TABLE user_
2     DROP COLUMN theme;
3