1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-11 18:10:11 +00:00
lemmy/migrations/2022-06-12-012121_add_site_hide_modlog_names/up.sql
Anon 21455d6b73
Add Modlog Filters ()
* 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;