Skip to content

Commit

Permalink
get back traits
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryImMouse committed Aug 7, 2024
1 parent 1e53572 commit e8e2c32
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 e8e2c32

Please sign in to comment.