]> Untitled Git - lemmy.git/blob - migrations/2022-01-20-160328_remove_site_creator/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2022-01-20-160328_remove_site_creator / up.sql
1 -- Drop the column
2 ALTER TABLE site
3     DROP COLUMN creator_id;
4