]> 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 01aafa1d215034411a0bd213bc27bf148f6e0ee5..e503a827467df50692f92113e6427873452a8ede 100644 (file)
@@ -407,6 +407,7 @@ diesel::table! {
         totp_2fa_secret -> Nullable<Text>,
         totp_2fa_url -> Nullable<Text>,
         open_links_in_new_tab -> Bool,
+        infinite_scroll_enabled -> Bool,
     }
 }