Browse Source

Merge remote-tracking branch 'origin/issue_1358' into issue_1363

iorveth 4 years ago
parent
commit
8c17a093d9
1 changed files with 0 additions and 3 deletions
  1. 0 3
      runtime-modules/forum/src/lib.rs

+ 0 - 3
runtime-modules/forum/src/lib.rs

@@ -592,9 +592,6 @@ decl_module! {
 
             Self::ensure_can_create_thread(account_id, &forum_user_id, &category_id)?;
 
-            // Ensure data migration is done
-            Self::ensure_data_migration_done()?;
-
             // Check that thread can be added to category
             Self::ensure_category_is_mutable(&category_id)?;