Explorar el Código

added d7_uc_roles_license migration to migration sh script

Bachir Soussi Chiadmi hace 6 años
padre
commit
d8c53ded5c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 " "