Skip to content

Commit

Permalink
changed from sequence to id temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzgrewal committed Oct 29, 2024
1 parent 2a7e76d commit ad23c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class UserRecentOpeningEntity {

@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE)
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

@Column(name = "user_id", nullable = false)
Expand Down

0 comments on commit ad23c21

Please sign in to comment.