]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Adding distinguish comment. Fixes #2002 (#2391)
[lemmy.git] / crates / db_schema / src / schema.rs
index 9416bc4377c785a2f1f7aea82e8d1ec808c7b22a..4c2caaf06c738071bae18d3e1b9fb2251052edb8 100644 (file)
@@ -26,6 +26,7 @@ table! {
         ap_id -> Varchar,
         local -> Bool,
         path -> Ltree,
+        distinguished -> Bool,
     }
 }
 
@@ -477,6 +478,7 @@ table! {
         default_theme -> Text,
         default_post_listing_type -> Text,
         legal_information -> Nullable<Text>,
+        hide_modlog_mod_names -> Bool,
     }
 }