]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / crates / db_schema / src / schema.rs
index ac4ddc47a4277b968b703c13f649fbe9541668c2..6714913f468b357379ab6c10ea78b811e7235113 100644 (file)
@@ -339,7 +339,6 @@ diesel::table! {
         slur_filter_regex -> Nullable<Text>,
         actor_name_max_length -> Int4,
         federation_enabled -> Bool,
-        federation_worker_count -> Int4,
         captcha_enabled -> Bool,
         #[max_length = 255]
         captcha_difficulty -> Varchar,