]> Untitled Git - lemmy.git/blob - migrations/2021-04-02-021422_remove_community_creator/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2021-04-02-021422_remove_community_creator / up.sql
1 -- Drop the column
2 ALTER TABLE community
3     DROP COLUMN creator_id;
4