Skip to content

Commit

Permalink
fix: fix invalid session data column name generated by hibernate whic…
Browse files Browse the repository at this point in the history
…h prevents loading of messages
  • Loading branch information
tkuzynow committed Jan 23, 2025
1 parent 728b2d5 commit 28cb95d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public SessionData(
@NonNull
private String key;

@Column(name = "value_")
@Column(name = "value")
@Size(max = 255)
private String value;

Expand Down

0 comments on commit 28cb95d

Please sign in to comment.