From 88003ace53e9ddbf39b2b9f902a3e0bbd27e743c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 22:09:50 -0400 Subject: [PATCH] Add migrate source CSV which is a new dependency of geo_upgrade I had wanted to remove geo_upgrade from the site config and enable it after site-install-with-config to do the migration. (Having the CSV migration module added to GEO Upgrade's dependencies, but not to the overall config/sync, broke import, and it seemed better to me to isolate them by enabling GEO Upgrade separately rather than effectively mixing migration config with the site config). But way too much migration stuff is committed to the general config already. Sorry @wolcen --- config/sync/core.extension.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 93d99db..b9430f2 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -71,6 +71,7 @@ module: migrate: 0 migrate_drupal: 0 migrate_plus: 0 + migrate_source_csv: 0 migrate_tools: 0 node: 0 options: 0