created user profil customer migration

This commit is contained in:
2021-07-15 18:00:42 +02:00
parent 76f671a9d3
commit 83b4c260bd
37 changed files with 4167 additions and 93 deletions

View File

@@ -59,7 +59,7 @@ sleep 5
echo " "
echo "Migrating companies"
drush mim d7_taxonomy_term_company --update --feedback="100"
drush mim d7_taxonomy_term_company --update --feedback="1000"
sleep 5
echo " "
@@ -73,6 +73,8 @@ drush mim d7_users --update --feedback="1000"
echo " "
drush mim d7_user_profile --feedback="1000"
echo " "
drush mim d7_user_profile_customer --feedback="1000"
echo " "
drush mim d7_uc_roles_license --update --feedback="200"
sleep 5