]> Untitled Git - lemmy.git/blob - migrations/2022-06-12-012121_add_site_hide_modlog_names/up.sql
Feature add three six and nine months options backend (#3226)
[lemmy.git] / migrations / 2022-06-12-012121_add_site_hide_modlog_names / up.sql
1 alter table site add column hide_modlog_mod_names boolean default true NOT NULL;