added url alias regeneration to migrate script
This commit is contained in:
parent
b9986e2b23
commit
1455906c52
|
@ -139,3 +139,9 @@ drush mim d7_simplenews_nodes --feedback="200"
|
|||
drush mim d7_simplenews_subscribers --update --feedback="1000"
|
||||
# migration_loop d7_simplenews_subscribers;
|
||||
sleep 5
|
||||
|
||||
echo " "
|
||||
echo "Regenerating url aliases for nodes and terms"
|
||||
drush pag all canonical_entities:taxonomy_term
|
||||
drush pag all canonical_entities:node
|
||||
sleep 5
|
||||
|
|
Loading…
Reference in New Issue