Skip to content

Commit

Permalink
Increased default value of EventDataId in SNDSequencer (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
spamhurts authored Aug 1, 2023
1 parent 098f068 commit 0864c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-src/org/labkey/api/snd/SNDSequencer.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum SNDSequencer
PROJECTID ("org.labkey.snd.api.Project", 1000),
PROJECTITEMID ("org.labkey.snd.api.ProjectItem", 30000),
EVENTID ("org.labkey.snd.api.Event", 2000000),
EVENTDATAID ("org.labkey.snd.api.EventData", 3000000);
EVENTDATAID ("org.labkey.snd.api.EventData", 3500000);

private String sequenceName;
private int minId;
Expand Down

0 comments on commit 0864c32

Please sign in to comment.