Skip to content

Commit 216ddcb

Browse files
Fix: Wrong major version in UPGRADE.md for dc_exclusion column (#1080)
1 parent 7343ab6 commit 216ddcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UPGRADE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Upgrade to 6.1.X
22

33
## Reject Configuration in Datacenter level
4-
Version 6.0.7 has added support for disabling schedule repairs in a specified list of datacenters. Due to this the `ecchronos.reject_configuration` table
4+
Version 6.1.X has added support for disabling schedule repairs in a specified list of datacenters. Due to this the `ecchronos.reject_configuration` table
55
has gotten a new column `dc_exclusion`.
66

7-
The `ecchronos.reject_configuration` table must be updated before performing the upgrade to version 6.0.7.
7+
The `ecchronos.reject_configuration` table must be updated before performing the upgrade to version 6.1.X.
88

99
The command to add the column is shown below:
1010
```
@@ -169,4 +169,4 @@ This can be configured in `conf/ecc.yml`:
169169
```
170170
cql:
171171
remoteRouting: false
172-
```
172+
```

0 commit comments

Comments
 (0)