]> Untitled Git - lemmy.git/blob - migrations/2022-06-12-012121_add_site_hide_modlog_names/up.sql
Dont use sha hash for password reset token (fixes #3491) (#3795)
[lemmy.git] / migrations / 2022-06-12-012121_add_site_hide_modlog_names / up.sql
1 ALTER TABLE site
2     ADD COLUMN hide_modlog_mod_names boolean DEFAULT TRUE NOT NULL;
3