]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Add default post listing type (fixes #2195) (#2209)
[lemmy.git] / crates / db_schema / src / schema.rs
index 811e8b09a984fe4f9480a47dd477872121f4134c..3ff563175d046e872d74d6bf3f4a6fd278e26649 100644 (file)
@@ -460,6 +460,8 @@ table! {
         inbox_url -> Text,
         private_key -> Nullable<Text>,
         public_key -> Text,
+        default_theme -> Text,
+        default_post_listing_type -> Text,
     }
 }