X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=60152d6f831b3dbd53f691cdb179fa2660d740d2;hb=ddb62681648cec473a19dce29861d48882e71943;hp=4dea567c6ee4b9776a7b8cd831d9572b258c526c;hpb=166854b37e0929bbbaf076b44470a132b539f50b;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 4dea567c..60152d6f 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -698,6 +698,7 @@ table! { captcha_enabled -> Bool, captcha_difficulty -> Text, registration_mode -> RegistrationModeType, + reports_email_admins -> Bool, published -> Timestamp, updated -> Nullable, }