You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/com/scalar/db/common/error/CoreError.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -861,8 +861,7 @@ public enum CoreError implements ScalarDbError {
861
861
REPLICATION_NOT_ENABLED(
862
862
Category.USER_ERROR,
863
863
"0188",
864
-
// TODO: Update the message once the licence type is determined.
865
-
"The replication feature is not enabled. To use this feature, you must enable it",
864
+
"The replication feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition",
0 commit comments