composer update
This commit is contained in:
parent
778f901c01
commit
2f15cb710b
|
@ -112,7 +112,7 @@
|
||||||
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
|
||||||
},
|
},
|
||||||
"drupal/simplenews": {
|
"drupal/simplenews": {
|
||||||
"simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-15/simplenews.migrate-2954077-32.patch"
|
"simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-04-08/simplenews.migrate-2954077-44.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -12,15 +12,6 @@ echo "Migrating Files"
|
||||||
drush mim d7_allpublicfiles --feedback="1000"
|
drush mim d7_allpublicfiles --feedback="1000"
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
echo " "
|
|
||||||
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 " "
|
echo " "
|
||||||
echo "Migrating Taxonomy"
|
echo "Migrating Taxonomy"
|
||||||
echo "Migrating thesaurus"
|
echo "Migrating thesaurus"
|
||||||
|
@ -46,6 +37,15 @@ echo "Migrating showroom"
|
||||||
drush mim d7_taxonomy_term_showroom --update --feedback="100"
|
drush mim d7_taxonomy_term_showroom --update --feedback="100"
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
echo " "
|
||||||
|
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 " "
|
echo " "
|
||||||
echo "Migrating Nodes"
|
echo "Migrating Nodes"
|
||||||
echo "Migrating Materials"
|
echo "Migrating Materials"
|
||||||
|
|
Loading…
Reference in New Issue