Skip to content

Commit

Permalink
Merge pull request #100 from Me1tingPot/feature/#96
Browse files Browse the repository at this point in the history
fix : μ†ŒμΌ“ μ„Έμ…˜ μ—”ν‹°ν‹° μˆ˜μ •
  • Loading branch information
yewonahn authored Jun 16, 2024
2 parents 7fe3730 + 35a4c66 commit bed27a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class SocketSession {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private String id;
private Long id;

@NotNull
@Column(name = "session_id")
Expand Down

0 comments on commit bed27a5

Please sign in to comment.