Skip to content

Commit

Permalink
revert back ef migration to English only
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennn committed Sep 4, 2023
1 parent 1c749af commit 8d23e56
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2194,11 +2194,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
migrationBuilder.InsertData(
table: "Localization_Culture",
columns: new[] { "Id", "Name" },
values: new object[,]
{
{"en-US", "English (US)"},
{"ar-Eg", "Arabic (Egypt)" }
});
values: new object[] { "en-US", "English (US)" });

migrationBuilder.InsertData(
table: "Payments_PaymentProvider",
Expand Down

0 comments on commit 8d23e56

Please sign in to comment.