This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 2354c6125e [FIX] upgrade instructions should respect the order by date
(#1418)
2354c6125e is described below
commit 2354c6125e5b1ced7c8b2ffa5ac0d75659df62df
Author: Rene Cordier <[email protected]>
AuthorDate: Thu Feb 2 09:51:42 2023 +0700
[FIX] upgrade instructions should respect the order by date (#1418)
---
upgrade-instructions.md | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index e908deeb96..2e464ac34d 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -27,6 +27,21 @@ Change list:
- [Adding the saveDate to the OpenSearch
index](#adding-the-savedate-to-the-opensearch-index)
- [Adding delegatedUser column to
user_table](#adding-delegatedusers-column-to-user-table)
+### Adding delegated_users column to user table
+
+Date 05/01/2023
+
+JIRA: https://issues.apache.org/jira/browse/JAMES-3756
+
+Concerned product: Distributed James, Cassandra James Server
+
+Add `delegated_users` column to `user` tables in order to store delegated
users that user has access to.
+
+In order to add this `delegated_users` column you need to run the following
CQL commands:
+```
+ALTER TABLE james_keyspace.user ADD delegated_users set<text>;
+```
+
### Adding the saveDate to the OpenSearch index
Date 05/12/2022
@@ -68,21 +83,6 @@ ALTER TABLE james_keyspace.messageIdTable ADD save_date
timestamp;
ALTER TABLE james_keyspace.imapUidTable ADD save_date timestamp;
```
-### Adding delegated_users column to user table
-
-Date 05/01/2023
-
-JIRA: https://issues.apache.org/jira/browse/JAMES-3756
-
-Concerned product: Distributed James, Cassandra James Server
-
-Add `delegated_users` column to `user` tables in order to store delegated
users that user has access to.
-
-In order to add this `delegated_users` column you need to run the following
CQL commands:
-```
-ALTER TABLE james_keyspace.user ADD delegated_users set<text>;
-```
-
### Blob Store AES upgraded to PBKDF2WithHmacSHA512
Date: 06/10/2022
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]