added d7_uc_roles_license migration to migration sh script

This commit is contained in:
Bachir Soussi Chiadmi 2019-03-06 16:23:11 +01:00
parent 1e67ab41b2
commit d8c53ded5c
1 changed files with 2 additions and 0 deletions

View File

@ -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 " "