]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Add Modlog Filters (#2313)
[lemmy.git] / crates / db_schema / src / schema.rs
index 9416bc4377c785a2f1f7aea82e8d1ec808c7b22a..44e8e0bbc0b79920c034ff22cffee2226dd6dad0 100644 (file)
@@ -477,6 +477,7 @@ table! {
         default_theme -> Text,
         default_post_listing_type -> Text,
         legal_information -> Nullable<Text>,
+        hide_modlog_mod_names -> Bool,
     }
 }