This commit is contained in:
Efstratios Giannopoulos 2024-06-07 17:34:58 +03:00
parent 6ed1a31a29
commit a23d1d7a62
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ public class InAppNotificationEntity extends TenantScopedBaseEntity {
public static final String _createdAt = "createdAt";
@Column(name = "\"updated_at\"", nullable = false)
@Version
private Instant updatedAt;
public static final String _updatedAt = "updatedAt";