lemmy/migrations/2022-06-12-012121_add_site_hide_modlog_names/up.sql
Anon 21455d6b73
Add Modlog Filters (#2313)
* Fix crash running locally on windows.

* Add support for filtering mod logs

* Refactor cleanup

* Clippy fix

* Condense match statements

* Clippy fix 2
2022-08-16 11:52:04 +00:00

1 line
80 B
SQL

alter table site add column hide_modlog_mod_names boolean default true NOT NULL;