]> 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 44e8e0bbc0b79920c034ff22cffee2226dd6dad0..4c2caaf06c738071bae18d3e1b9fb2251052edb8 100644 (file)
@@ -26,6 +26,7 @@ table! {
         ap_id -> Varchar,
         local -> Bool,
         path -> Ltree,
+        distinguished -> Bool,
     }
 }