You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/05/27 07:06:39 UTC

[james-project] 03/03: JAMES-3756 Add a piece shows how to add authorized_users column to user table in upgrade-instructions.md

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

commit 9342ae57865cb5d4ac42137de30ede4c1df74d0c
Author: Quan Tran <hq...@linagora.com>
AuthorDate: Thu May 26 12:56:47 2022 +0700

    JAMES-3756 Add a piece shows how to add authorized_users column to user table in upgrade-instructions.md
---
 upgrade-instructions.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 44bc807a51..67947c0864 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -16,7 +16,22 @@ Changes to apply between 3.7.x and 3.8.x will be reported here.
 
 Change list:
 
- - No changes yet
+- [Adding authorized_users column to user table](#adding-authorized_users-column-to-user-table)
+
+### Adding authorized_users column to user table
+
+Date 26/05/2022
+
+JIRA: https://issues.apache.org/jira/browse/JAMES-3756
+
+Concerned product: Distributed James, Cassandra James Server
+
+Add `authorized_users` column to `user` table in order to store delegated users.
+
+In order to add this `authorized_users` column you need to run the following CQL command:
+```
+ALTER TABLE james_keyspace.user ADD authorized_users set<text>;
+```
 
 ## 3.7.0 version
 


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org