added d7_uc_roles_license migration to migration sh script
This commit is contained in:
parent
1e67ab41b2
commit
d8c53ded5c
|
@ -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 " "
|
||||
|
|
Loading…
Reference in New Issue