This commit is contained in:
crusader
2018-06-14 11:50:08 +09:00
parent c62f645a44
commit 337b6c661b
2 changed files with 2 additions and 2 deletions

View File

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