mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Specify version column name in a case-sensitive manner (#32190)
Closes #32127 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
6dbe66b3a0
commit
31d393a12a
@ -75,6 +75,7 @@ public class PersistentClientSessionEntity {
|
||||
protected int timestamp;
|
||||
|
||||
@Version
|
||||
@Column(name="VERSION")
|
||||
private int version;
|
||||
|
||||
@Id
|
||||
|
||||
@ -86,6 +86,7 @@ public class PersistentUserSessionEntity {
|
||||
protected String brokerSessionId;
|
||||
|
||||
@Version
|
||||
@Column(name="VERSION")
|
||||
private int version;
|
||||
|
||||
@Id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user