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 dd719d67a95e5e680192cea1e58a7114455333b8 Author: Quan Tran <[email protected]> AuthorDate: Wed Apr 15 10:04:56 2026 +0700 JAMES-4182 Better structure for blob metadata upgrade in upgrade-instructions.md --- upgrade-instructions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/upgrade-instructions.md b/upgrade-instructions.md index be43c4cfb8..5e7ee6e621 100644 --- a/upgrade-instructions.md +++ b/upgrade-instructions.md @@ -15,12 +15,14 @@ Note: this section is in progress. It will be updated during all the development Changes to apply between 3.9.x and 3.10.0 will be reported here. Change list: - - [Adding metadata column to Cassandra blob tables](#adding-metadata-column-to-cassandra-blob-tables) + - [Adding metadata column to blob tables](#adding-metadata-column-to-blob-tables) - [Adding thread_id column to Cassandra email_query_view_sent_at and email_query_view_received_at tables](#adding-thread_id-column-to-cassandra-email_query_view_sent_at-and-email_query_view_received_at-tables) - [Adding thread_id column to Postgresql email_query_view table](#adding-thread_id-column-to-postgresql-email_query_view-table) - [Lucene mailbox index schema update for collapseThreads support](#lucene-mailbox-index-schema-update-for-collapsethreads-support) -### Adding metadata column to Cassandra blob tables +### Adding metadata column to blob tables + +#### Cassandra Date: 14/04/2026 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
