Skip to content

Commit

Permalink
Fixed the permanentLink error on HSQLDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
jia020 committed Apr 3, 2024
1 parent 01582ed commit 61f09d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PortalState implements Serializable {
@Column(nullable=false)
private Date creationDate;

@Column(nullable=false)
@Column(nullable=false, length=500000)
private String jsonState;

@Column(nullable=false)
Expand Down

0 comments on commit 61f09d8

Please sign in to comment.