Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
postgres fix (lets try again)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryImMouse committed May 6, 2024
1 parent 6463712 commit 7b88230
Show file tree
Hide file tree
Showing 3 changed files with 1,110 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@ protected override void Up(MigrationBuilder migrationBuilder)
column: "user_id",
unique: true);

migrationBuilder.CreateIndex(
name: "IX_preference_user_id",
table: "preference",
column: "user_id",
unique: true);

migrationBuilder.CreateIndex(
name: "IX_profile_preference_id",
table: "profile",
Expand Down
Loading

0 comments on commit 7b88230

Please sign in to comment.