Skip to content

Commit

Permalink
increasing the lenght of ENV column
Browse files Browse the repository at this point in the history
  • Loading branch information
ankicabarisic committed May 22, 2024
1 parent 27ae541 commit 02ad233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Cluster {
@JsonProperty("status")
private String status = "defined";

@Column(name = "ENV")
@Column(name = "ENV", columnDefinition = "text", length = 65535)
@JsonProperty("env-var-script")
private String envVars;

Expand Down

0 comments on commit 02ad233

Please sign in to comment.