From a23d1d7a626be1c007d9fd1c1271a8046ad93e98 Mon Sep 17 00:00:00 2001 From: sgiannopoulos Date: Fri, 7 Jun 2024 17:34:58 +0300 Subject: [PATCH] bug fix --- .../java/gr/cite/notification/data/InAppNotificationEntity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/notification-service/notification/src/main/java/gr/cite/notification/data/InAppNotificationEntity.java b/notification-service/notification/src/main/java/gr/cite/notification/data/InAppNotificationEntity.java index 76431b727..efbb95432 100644 --- a/notification-service/notification/src/main/java/gr/cite/notification/data/InAppNotificationEntity.java +++ b/notification-service/notification/src/main/java/gr/cite/notification/data/InAppNotificationEntity.java @@ -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";