mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
21455d6b73
* Fix crash running locally on windows. * Add support for filtering mod logs * Refactor cleanup * Clippy fix * Condense match statements * Clippy fix 2
1 line
80 B
SQL
1 line
80 B
SQL
alter table site add column hide_modlog_mod_names boolean default true NOT NULL; |