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

Commit c0ec99a

Browse files
Dermot SmythDermot Smyth
authored andcommitted
updated sort order constants with temporal config
1 parent f29685f commit c0ec99a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public abstract class SortOrderConstants {
1313
public static Integer DEPLOY_EXTERNAL_SECURITY = 70;
1414
public static Integer DEPLOY_PROTECTED_COLLECTIONS = 80;
1515
public static Integer DEPLOY_MIMETYPES = 90;
16-
16+
1717
public static Integer DEPLOY_TRIGGERS_DATABASE = 100;
1818
public static Integer DEPLOY_SCHEMAS_DATABASE = 100;
1919
public static Integer DEPLOY_CONTENT_DATABASES = 120;
@@ -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;
@@ -51,16 +55,16 @@ public abstract class SortOrderConstants {
5155

5256
public static Integer DEPLOY_FLEXREP_CONFIGS = 1000;
5357
public static Integer DEPLOY_FLEXREP_TARGETS = 1010;
54-
58+
5559
public static Integer DEPLOY_SQL_VIEWS = 1100;
5660

5761
public static Integer DEPLOY_FOREST_REPLICAS = 1200;
58-
62+
5963
// Undo constants
6064
public static Integer DELETE_GROUPS = 10000;
6165

6266
public static Integer DELETE_MIMETYPES = 9500;
63-
67+
6468
public static Integer DELETE_USERS = 9000;
6569
public static Integer DELETE_CERTIFICATE_TEMPLATES = 9010;
6670
public static Integer DELETE_CERTIFICATE_AUTHORITIES = 9020;
@@ -76,7 +80,7 @@ public abstract class SortOrderConstants {
7680
* need to make sure the replicas are deleted first.
7781
*/
7882
public static Integer DELETE_FOREST_REPLICAS = 8000;
79-
83+
8084
public static Integer DELETE_CONTENT_DATABASES = 8100;
8185
public static Integer DELETE_OTHER_DATABASES = 8120;
8286
public static Integer DELETE_TRIGGERS_DATABASE = 8140;

0 commit comments

Comments
 (0)