Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Update alert expression max length to 2048. (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Valine authored Jul 28, 2016
1 parent a4b93b1 commit 112debe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public class Alert extends JPAEntity implements Serializable, CronJob {
@Basic(optional = false)
@Column(name = "name")
private String name;
@Column(length = 2048)
private String expression;
private String cronEntry;
private boolean enabled = false;
Expand Down

0 comments on commit 112debe

Please sign in to comment.