Skip to content

Commit

Permalink
Remove state column
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Oct 28, 2024
1 parent 9618351 commit b4ce759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void setResponseType(String responseType) {
this.responseType = responseType;
}

@Column(name = "state", length = 40)

public String getState() {
return state;
}
Expand Down

0 comments on commit b4ce759

Please sign in to comment.