X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=6fe1391269ae6ea7e6d76d61b2a0666d5e5d3f95;hb=2423b89ced5c2d110c1284777407682f748a068f;hp=2753a0d64a3fff4d99434a330c26d8e65a2f2c79;hpb=1c9f0c2bed51eb240d8514d28993c5516c019afc;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 2753a0d6..6fe13912 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -337,7 +337,6 @@ diesel::table! { slur_filter_regex -> Nullable, actor_name_max_length -> Int4, federation_enabled -> Bool, - federation_debug -> Bool, federation_worker_count -> Int4, captcha_enabled -> Bool, #[max_length = 255]