X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=8fa98270ad4d0a44ee77727c21af7de73cb5bbea;hb=ae95f5928e68b8303834c784f955269e6930f28f;hp=d7f477b7ffafedaf6ac4e6dbd56890cc33a564c5;hpb=0aeb78b8f39f777cd5d1af292258897964e58f2a;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index d7f477b7..8fa98270 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -504,6 +504,7 @@ table! { default_theme -> Text, default_post_listing_type -> Text, legal_information -> Nullable, + application_email_admins -> Bool, hide_modlog_mod_names -> Bool, } }