fixed d7_user_profile in migrate shell script
This commit is contained in:
parent
0b00ed6c7c
commit
737eb108f3
|
@ -15,7 +15,7 @@ sleep 5
|
|||
echo " "
|
||||
echo "Migrating Users"
|
||||
drush mim d7_users --feedback="1000"
|
||||
drush mim d7_user_profiles --feedback="1000"
|
||||
drush mim d7_user_profile --feedback="1000"
|
||||
sleep 5
|
||||
|
||||
echo " "
|
||||
|
|
Loading…
Reference in New Issue