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

Commit 655fbaf

Browse files
Dermot SmythDermot Smyth
authored andcommitted
reset to previous commit
1 parent ccfc26e commit 655fbaf

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 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;
@@ -24,6 +24,8 @@ public abstract class SortOrderConstants {
2424
public static Integer UPDATE_REST_API_SERVERS = 250;
2525
public static Integer DEPLOY_OTHER_SERVERS = 300;
2626

27+
public static Integer MODIFY_LOCAL_CLUSTER = 350;
28+
2729
// Module code may depend on schemas, but not vice-versa.
2830
public static Integer LOAD_SCHEMAS = 350;
2931

@@ -35,11 +37,7 @@ public abstract class SortOrderConstants {
3537
public static Integer DEPLOY_AMPS = 450;
3638

3739
public static Integer DEPLOY_TRIGGERS = 700;
38-
39-
public static Integer DEPLOY_TEMPORAL_AXIS = 750;
40-
public static Integer DEPLOY_TEMPORAL_COLLECTIONS = 751;
41-
public static Integer DEPLOY_TEMPORAL_COLLECTIONS_LSQT = 752;
42-
40+
4341
public static Integer DEPLOY_SCHEDULED_TASKS = 800;
4442

4543
public static Integer DEPLOY_DEFAULT_PIPELINES = 900;
@@ -53,16 +51,16 @@ public abstract class SortOrderConstants {
5351

5452
public static Integer DEPLOY_FLEXREP_CONFIGS = 1000;
5553
public static Integer DEPLOY_FLEXREP_TARGETS = 1010;
56-
54+
5755
public static Integer DEPLOY_SQL_VIEWS = 1100;
5856

5957
public static Integer DEPLOY_FOREST_REPLICAS = 1200;
60-
58+
6159
// Undo constants
6260
public static Integer DELETE_GROUPS = 10000;
6361

6462
public static Integer DELETE_MIMETYPES = 9500;
65-
63+
6664
public static Integer DELETE_USERS = 9000;
6765
public static Integer DELETE_CERTIFICATE_TEMPLATES = 9010;
6866
public static Integer DELETE_CERTIFICATE_AUTHORITIES = 9020;
@@ -79,7 +77,7 @@ public abstract class SortOrderConstants {
7977
* need to make sure the replicas are deleted first.
8078
*/
8179
public static Integer DELETE_FOREST_REPLICAS = 8000;
82-
80+
8381
public static Integer DELETE_CONTENT_DATABASES = 8100;
8482
public static Integer DELETE_OTHER_DATABASES = 8120;
8583
public static Integer DELETE_TRIGGERS_DATABASE = 8140;
@@ -88,5 +86,5 @@ public abstract class SortOrderConstants {
8886
public static Integer DELETE_REST_API_SERVERS = 7000;
8987
public static Integer DELETE_OTHER_SERVERS = 7010;
9088

91-
public static Integer DELETE_SCHEDULED_TASKS = 1000;
89+
public static Integer DELETE_SCHEDULED_TASKS = 1000;
9290
}

0 commit comments

Comments
 (0)