]> git.mxchange.org Git - jshop-core.git/commitdiff
Dont't miss _timestamp prefix + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Thu, 22 Oct 2015 09:01:50 +0000 (11:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Oct 2015 09:01:50 +0000 (11:01 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcontacts-core.jar
src/org/mxchange/jshopcore/model/customer/ShopCustomer.java

index 6b3619e1b879be6ab4b7b20ecf765dde842559b6..39ba8b2afd0485a67193d21df02299ba987fe176 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index 2db4c227f8e6c7ab13b1a23424dccaba509ccec0..5d72ed056f662786324030edd1d9beb5ce216421 100644 (file)
@@ -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;
 
        /**