Skip to content

Commit

Permalink
Attempt to fix failing test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colinduplantis committed Dec 1, 2020
1 parent b62fd3b commit fbecac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void writeGraph(Graph inGraph)
/**
* persistence graph data value
*/
@Column(name="graph_data",length=2048)
@Column(name="graph_data",length=1024)
private byte[] graphData;
private static final long serialVersionUID = 5408021483861544411L;
}

0 comments on commit fbecac6

Please sign in to comment.