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