Fix another issue with login

This commit is contained in:
George Kalampokis 2022-02-24 10:47:12 +02:00
parent 69a94fa236
commit 93aa2d36e5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class EmailConfirmation implements DataEntity<EmailConfirmation, UUID> {
@Column(name = "\"userId\"", nullable = false)
private UUID userId;
@Column(name = "\"data\"", nullable = false)
@Column(name = "\"data\"")
private String data;
@Column(name = "\"expiresAt\"", nullable = false)