]> Untitled Git - lemmy.git/blob - migrations/2023-02-07-030958_community-collections/down.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2023-02-07-030958_community-collections / down.sql
1 ALTER TABLE community
2     DROP COLUMN moderators_url;
3
4 ALTER TABLE community
5     DROP COLUMN featured_url;
6