This commit is contained in:
crusader 2018-06-14 12:34:26 +09:00
parent 337b6c661b
commit a45cf9aebd
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<groupId>com.loafle.overflow</groupId> <groupId>com.loafle.overflow</groupId>
<artifactId>commons-java</artifactId> <artifactId>commons-java</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.59-SNAPSHOT</version> <version>1.0.60-SNAPSHOT</version>
<name>com.loafle.overflow.commons-java</name> <name>com.loafle.overflow.commons-java</name>
<properties> <properties>

View File

@ -34,7 +34,7 @@ public class NoAuthProbe {
this.id = id; this.id = id;
} }
@Column(name = "INFRA_HOST_META", nullable = true, length = 4000) @Column(name = "INFRA_HOST_META", nullable = true, length = 8000)
public String getInfraHostMeta() { public String getInfraHostMeta() {
return infraHostMeta; return infraHostMeta;
} }