]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Update DB local_user.theme type to text (#3266)
[lemmy.git] / crates / db_schema / src / schema.rs
index ac4ddc47a4277b968b703c13f649fbe9541668c2..aef6fbe5dff3725450e2e1925a9f17fc3e0cdbc7 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,
@@ -382,8 +381,7 @@ diesel::table! {
         password_encrypted -> Text,
         email -> Nullable<Text>,
         show_nsfw -> Bool,
-        #[max_length = 20]
-        theme -> Varchar,
+        theme -> Text,
         default_sort_type -> SortTypeEnum,
         default_listing_type -> ListingTypeEnum,
         #[max_length = 20]