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

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