]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Adding a site option to email admins for new reports. (#2730)
[lemmy.git] / crates / db_schema / src / schema.rs
index 4dea567c6ee4b9776a7b8cd831d9572b258c526c..60152d6f831b3dbd53f691cdb179fa2660d740d2 100644 (file)
@@ -698,6 +698,7 @@ table! {
     captcha_enabled -> Bool,
     captcha_difficulty -> Text,
     registration_mode -> RegistrationModeType,
+    reports_email_admins -> Bool,
     published -> Timestamp,
     updated -> Nullable<Timestamp>,
   }