]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Revert "Add pending, and change use specific API response for FollowCommunity…" ...
[lemmy.git] / crates / db_schema / src / schema.rs
index 390a8e723035ca625cf643f175400a7143444b46..666986a691cb9e5a476c98a0cf7fcc0132dd5c9b 100644 (file)
@@ -94,6 +94,7 @@ table! {
         inbox_url -> Varchar,
         shared_inbox_url -> Nullable<Varchar>,
         hidden -> Bool,
+        posting_restricted_to_mods -> Bool,
     }
 }
 
@@ -461,6 +462,8 @@ table! {
         private_key -> Nullable<Text>,
         public_key -> Text,
         default_theme -> Text,
+        default_post_listing_type -> Text,
+        legal_information -> Nullable<Text>,
     }
 }