From 9ae6fa8c649c2be1c87b5f60ab46e9ff11692248 Mon Sep 17 00:00:00 2001 From: Christian Arenas Date: Wed, 14 Jun 2017 15:10:49 +0200 Subject: [PATCH] Modify locationId in Marketing campaing seed --- .../Marketing.API/Infrastructure/MarketingContextSeed.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs b/src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs index 5f15a725a..de4322e48 100644 --- a/src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs +++ b/src/Services/Marketing/Marketing.API/Infrastructure/MarketingContextSeed.cs @@ -57,7 +57,7 @@ new UserLocationRule { Description = "UserLocationRule2", - LocationId = 3 + LocationId = 6 } } }