]> Untitled Git - lemmy.git/blob - migrations/2023-02-05-102549_drop-site-federation-debug/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2023-02-05-102549_drop-site-federation-debug / up.sql
1 ALTER TABLE local_site
2     DROP COLUMN federation_debug;
3