Browse Source

Disable storage data migration

Shamil Gadelshin 4 years ago
parent
commit
2e254f9ff7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      runtime/src/migration.rs

+ 2 - 2
runtime/src/migration.rs

@@ -24,8 +24,8 @@ impl<T: Trait> Module<T> {
 
         Self::initialize_storage_working_group_mint();
         Self::initialize_storage_working_group_text_constraints();
-
-        Self::clear_storage_data();
+// temporary comment storage migration
+//        Self::clear_storage_data();
     }
 }