added flags command to migrate script
This commit is contained in:
parent
1455906c52
commit
b65a5a6a64
|
@ -140,6 +140,13 @@ drush mim d7_simplenews_subscribers --update --feedback="1000"
|
|||
# migration_loop d7_simplenews_subscribers;
|
||||
sleep 5
|
||||
|
||||
echo " "
|
||||
echo "Migrating flalists"
|
||||
drush mim d7_flaglists --feedback="200"
|
||||
echo " "
|
||||
drush mim d7_flaglistitems --feedback="200"
|
||||
sleep 5
|
||||
|
||||
echo " "
|
||||
echo "Regenerating url aliases for nodes and terms"
|
||||
drush pag all canonical_entities:taxonomy_term
|
||||
|
|
Loading…
Reference in New Issue