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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to