Skip to content

Commit

Permalink
fix: ut8 char set
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 19, 2022
1 parent 403218b commit 97fe8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected override void Up(MigrationBuilder migrationBuilder)
principalColumn: "Id",
onDelete: ReferentialAction.Cascade);
})
.Annotation("MySql:CharSet", "utf8mb4");
.Annotation("MySql:CharSet", "utf8mb3");

migrationBuilder.CreateIndex(
name: "IX_ClientAllowedIdentityTokenSigningAlgorithms_ClientId_Algorit~",
Expand Down

0 comments on commit 97fe8ee

Please sign in to comment.