From: Roland Haeder Date: Thu, 22 Oct 2015 09:01:50 +0000 (+0200) Subject: Dont't miss _timestamp prefix + updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59e12aa850dacb0d693ecac88ff34d9172398550;p=jproduct-core.git Dont't miss _timestamp prefix + updated jar(s) Signed-off-by:Roland Häder --- diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index 6b3619e..39ba8b2 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java b/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java index 2db4c22..5d72ed0 100644 --- a/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java +++ b/src/org/mxchange/jshopcore/model/customer/ShopCustomer.java @@ -82,7 +82,7 @@ public class ShopCustomer implements Customer { * "locked" timestamp */ @Temporal (TemporalType.TIMESTAMP) - @Column (name = "customer_locked") + @Column (name = "customer_locked_timestamp") private Calendar customerLocked; /**