Skip to content

Commit

Permalink
Merge 23.7 to 23.8
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Aug 2, 2023
2 parents 098f068 + 0864c32 commit 5e4eb0d
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 5e4eb0d

Please sign in to comment.