]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Add infinite scroll user option (#3572)
[lemmy.git] / crates / db_schema / src / schema.rs
index 42946d69911a1a7553488e41706d678cfdc679c9..e503a827467df50692f92113e6427873452a8ede 100644 (file)
@@ -406,6 +406,8 @@ diesel::table! {
         accepted_application -> Bool,
         totp_2fa_secret -> Nullable<Text>,
         totp_2fa_url -> Nullable<Text>,
+        open_links_in_new_tab -> Bool,
+        infinite_scroll_enabled -> Bool,
     }
 }