]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Implement restricted community (only mods can post) (fixes #187) (#2235)
[lemmy.git] / crates / db_schema / src / schema.rs
index 3ff563175d046e872d74d6bf3f4a6fd278e26649..3662d09598c54588d5a9cd1c6cb76b3b7f724cad 100644 (file)
@@ -94,6 +94,7 @@ table! {
         inbox_url -> Varchar,
         shared_inbox_url -> Nullable<Varchar>,
         hidden -> Bool,
+        posting_restricted_to_mods -> Bool,
     }
 }