From 147de29fb5ed23a92d07270b15cd7c167eadcc04 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 30 Aug 2019 23:51:15 -0400 Subject: [PATCH] Correct articles script name for migration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 664446b..b072dd4 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Note: The migration will partially fail because of missing files. For now, re-ru 1. Return to the server (`ssh geo_live@drutopia.org`), load legacy db and run the migration: - Read the db source into the proper database: `mysql geo_legacy < geo_legacy.sql` - `drush mim --group="migrate_drupal_7_geo"` - - `drush php:script article_repost_term.php` + - `drush php:script article_type_term.php` ## Post go-live tasks