]> Untitled Git - lemmy.git/blob - migrations/2022-01-04-034553_add_hidden_column/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2022-01-04-034553_add_hidden_column / down.sql
1 ALTER TABLE community
2     DROP COLUMN hidden;
3
4 DROP TABLE mod_hide_community;
5