]> Untitled Git - lemmy.git/blobdiff - src/code_migrations.rs
Remove categories (fixes #1429)
[lemmy.git] / src / code_migrations.rs
index 7478d5af72003f462730f4f57e9cd91189a08579..ea11e32d3be60b9c4f3a8fed2e64555f04b6aad4 100644 (file)
@@ -109,7 +109,6 @@ fn community_updates_2020_04_02(conn: &PgConnection) -> Result<(), LemmyError> {
       name: ccommunity.name.to_owned(),
       title: ccommunity.title.to_owned(),
       description: ccommunity.description.to_owned(),
-      category_id: ccommunity.category_id,
       creator_id: ccommunity.creator_id,
       removed: None,
       deleted: None,