Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
… feature/issue-28-add-temporal-config

# Conflicts:
#	src/main/java/com/marklogic/appdeployer/command/SortOrderConstants.java
  • Loading branch information
Dermot Smyth authored and Dermot Smyth committed Mar 3, 2017
commit ccfc26e2473d25829befb706f66339b777d80d61
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public abstract class SortOrderConstants {
public static Integer UPDATE_REST_API_SERVERS = 250;
public static Integer DEPLOY_OTHER_SERVERS = 300;

public static Integer MODIFY_LOCAL_CLUSTER = 350;

// Module code may depend on schemas, but not vice-versa.
public static Integer LOAD_SCHEMAS = 350;

Expand Down Expand Up @@ -70,7 +68,8 @@ public abstract class SortOrderConstants {
public static Integer DELETE_CERTIFICATE_AUTHORITIES = 9020;
public static Integer DELETE_EXTERNAL_SECURITY = 9030;
public static Integer DELETE_PROTECTED_COLLECTIONS = 9040;

// Amps can reference roles, so must delete amps first
public static Integer DELETE_AMPS = 9050;
// Roles can reference privileges, so must delete roles first
public static Integer DELETE_ROLES = 9060;
public static Integer DELETE_PRIVILEGES = 9070;
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.