Skip to content

Commit

Permalink
去掉唯一键
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 4, 2025
1 parent ab624e0 commit 730fa44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

@Entity
@Table(name = "user_score_history",
uniqueConstraints = {@UniqueConstraint(columnNames = "user")},
indexes = {@Index(columnList = "user")})
@AllArgsConstructor
@NoArgsConstructor
Expand Down

0 comments on commit 730fa44

Please sign in to comment.