Browse Source

added d7_uc_roles_license migration to migration sh script

Bachir Soussi Chiadmi 5 years ago
parent
commit
d8c53ded5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      migrate-from-d7.sh

+ 2 - 0
migrate-from-d7.sh

@@ -17,6 +17,8 @@ echo "Migrating Users"
 drush mim d7_users --feedback="1000"
 echo " "
 drush mim d7_user_profile --feedback="1000"
+echo " "
+drush mim d7_uc_roles_license --update --feedback="200"
 sleep 5
 
 echo " "