Skip to content

Commit 8d23e56

Browse files
committed
revert back ef migration to English only
1 parent 1c749af commit 8d23e56

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/SimplCommerce.WebHost/Migrations/20190212090153_SimplCommerce_v1_0_0.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,11 +2194,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
21942194
migrationBuilder.InsertData(
21952195
table: "Localization_Culture",
21962196
columns: new[] { "Id", "Name" },
2197-
values: new object[,]
2198-
{
2199-
{"en-US", "English (US)"},
2200-
{"ar-Eg", "Arabic (Egypt)" }
2201-
});
2197+
values: new object[] { "en-US", "English (US)" });
22022198

22032199
migrationBuilder.InsertData(
22042200
table: "Payments_PaymentProvider",

0 commit comments

Comments
 (0)