X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=e503a827467df50692f92113e6427873452a8ede;hb=9b5e765364ecf7de64c9cbc7a452ccfaabce5449;hp=01aafa1d215034411a0bd213bc27bf148f6e0ee5;hpb=b8ee9315bc95d647c609c89d5d38e1d19574fb4b;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 01aafa1d..e503a827 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -407,6 +407,7 @@ diesel::table! { totp_2fa_secret -> Nullable, totp_2fa_url -> Nullable, open_links_in_new_tab -> Bool, + infinite_scroll_enabled -> Bool, } }