|  | @@ -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
 |