diff --git a/migrate-from-d7.sh b/migrate-from-d7.sh index f904e03..08489ba 100755 --- a/migrate-from-d7.sh +++ b/migrate-from-d7.sh @@ -13,8 +13,8 @@ drush mim d7_allpublicfiles --feedback="1000" echo " " echo "Migrating Users" -drush mim d7_users --update --feedback="1000" -# drush mim d7_user_profiles --feedback="1000" +drush mim d7_users --feedback="1000" +drush mim d7_user_profiles --feedback="1000" echo " " echo "Migrating Taxonomy"