You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/29 01:34:46 UTC

[james-project] 05/09: JAMES-2418 Length in JPAUrl caused mariaDB driver to complain...

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d1a4e30dab028d897f70ed984aec0eea4c16618e
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Jun 25 14:05:38 2021 +0700

    JAMES-2418 Length in JPAUrl caused mariaDB driver to complain...
---
 .../src/main/java/org/apache/james/mailrepository/jpa/JPAUrl.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/data/data-jpa/src/main/java/org/apache/james/mailrepository/jpa/JPAUrl.java b/server/data/data-jpa/src/main/java/org/apache/james/mailrepository/jpa/JPAUrl.java
index c775ad7..8de1eb8 100644
--- a/server/data/data-jpa/src/main/java/org/apache/james/mailrepository/jpa/JPAUrl.java
+++ b/server/data/data-jpa/src/main/java/org/apache/james/mailrepository/jpa/JPAUrl.java
@@ -39,7 +39,7 @@ public class JPAUrl {
     }
 
     @Id
-    @Column(name = "MAIL_REPO_NAME", nullable = false, length = 1024)
+    @Column(name = "MAIL_REPO_NAME", nullable = false)
     private String value;
 
     /**

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org