]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Adding email admins for new applications. Fixes #2271 (#2390)
[lemmy.git] / crates / db_schema / src / schema.rs
index d7f477b7ffafedaf6ac4e6dbd56890cc33a564c5..8fa98270ad4d0a44ee77727c21af7de73cb5bbea 100644 (file)
@@ -504,6 +504,7 @@ table! {
         default_theme -> Text,
         default_post_listing_type -> Text,
         legal_information -> Nullable<Text>,
+        application_email_admins -> Bool,
         hide_modlog_mod_names -> Bool,
     }
 }