From: Roland Haeder Date: Thu, 7 Apr 2016 09:23:22 +0000 (+0200) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0d1ef616f3c8e16d24d5dbc7d4657f44b0c26ad;p=jcontacts-core.git Continued a bit: - size only applies for strings, no need here (cleanup) - updated jar(s) --- diff --git a/lib/jcountry-core.jar b/lib/jcountry-core.jar index 49be2e4..01a8041 100644 Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ diff --git a/lib/jphone-core.jar b/lib/jphone-core.jar index c997cec..be67aae 100644 Binary files a/lib/jphone-core.jar and b/lib/jphone-core.jar differ diff --git a/src/org/mxchange/jcontacts/contact/UserContact.java b/src/org/mxchange/jcontacts/contact/UserContact.java index 3a368ba..b59ef70 100644 --- a/src/org/mxchange/jcontacts/contact/UserContact.java +++ b/src/org/mxchange/jcontacts/contact/UserContact.java @@ -165,7 +165,7 @@ public class UserContact implements Contact { */ @Id @GeneratedValue (strategy = GenerationType.IDENTITY) - @Column (name = "contact_id", length = 20, nullable = false, updatable = false) + @Column (name = "contact_id", nullable = false, updatable = false) private Long contactId; /**