bug fix
This commit is contained in:
parent
6ed1a31a29
commit
a23d1d7a62
|
@ -70,7 +70,6 @@ public class InAppNotificationEntity extends TenantScopedBaseEntity {
|
||||||
public static final String _createdAt = "createdAt";
|
public static final String _createdAt = "createdAt";
|
||||||
|
|
||||||
@Column(name = "\"updated_at\"", nullable = false)
|
@Column(name = "\"updated_at\"", nullable = false)
|
||||||
@Version
|
|
||||||
private Instant updatedAt;
|
private Instant updatedAt;
|
||||||
|
|
||||||
public static final String _updatedAt = "updatedAt";
|
public static final String _updatedAt = "updatedAt";
|
||||||
|
|
Loading…
Reference in New Issue