Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit cdf3211

Browse files
Dermot SmythDermot Smyth
authored andcommitted
Added temporal config
1 parent 655fbaf commit cdf3211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/com/marklogic/appdeployer/command/SortOrderConstants.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ public abstract class SortOrderConstants {
3737
public static Integer DEPLOY_AMPS = 450;
3838

3939
public static Integer DEPLOY_TRIGGERS = 700;
40-
40+
41+
public static Integer DEPLOY_TEMPORAL_AXIS = 750;
42+
public static Integer DEPLOY_TEMPORAL_COLLECTIONS = 751;
43+
public static Integer DEPLOY_TEMPORAL_COLLECTIONS_LSQT = 752;
44+
4145
public static Integer DEPLOY_SCHEDULED_TASKS = 800;
4246

4347
public static Integer DEPLOY_DEFAULT_PIPELINES = 900;

0 commit comments

Comments
 (0)