added user profile migration to script
This commit is contained in:
parent
ba5a74415c
commit
f30d82427b
|
@ -13,8 +13,8 @@ drush mim d7_allpublicfiles --feedback="1000"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Users"
|
echo "Migrating Users"
|
||||||
drush mim d7_users --update --feedback="1000"
|
drush mim d7_users --feedback="1000"
|
||||||
# drush mim d7_user_profiles --feedback="1000"
|
drush mim d7_user_profiles --feedback="1000"
|
||||||
|
|
||||||
echo " "
|
echo " "
|
||||||
echo "Migrating Taxonomy"
|
echo "Migrating Taxonomy"
|
||||||
|
|
Loading…
Reference in New Issue