Skip to content

Commit

Permalink
fix: mysql initail db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Oct 13, 2020
1 parent 0b765ac commit 8eb6e1e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,6 @@ protected override void Up(MigrationBuilder migrationBuilder)
table: "ClientSecrets",
column: "ClientId");

migrationBuilder.CreateIndex(
name: "IX_ClientUris_ClientId_Uri",
table: "ClientUris",
columns: new[] { "ClientId", "Uri" },
unique: true);

migrationBuilder.CreateIndex(
name: "IX_ExternalClaimTransformations_Scheme_FromClaimType",
table: "ExternalClaimTransformations",
Expand Down

0 comments on commit 8eb6e1e

Please sign in to comment.