Skip to content

Commit

Permalink
remove a fix that is added in a seperate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tdiepenb committed Jan 11, 2025
1 parent 1b38242 commit 93ebf4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Data()
@Entity()
@JsonNaming(SnakeCaseStrategy.class)
@Table(uniqueConstraints = { @UniqueConstraint(columnNames = { "server_uuid", "username" }) })
@Table(uniqueConstraints = { @UniqueConstraint(columnNames = { "server", "username" }) })
public class TokenEntity {

@Id()
Expand Down

0 comments on commit 93ebf4d

Please sign in to comment.