From 36ad5fb3bd365314e77bd4103d62e91d89111066 Mon Sep 17 00:00:00 2001 From: Michal Hajas Date: Fri, 16 Aug 2024 09:23:14 +0200 Subject: [PATCH] Remove information about online_user_session table Closes #32178 Signed-off-by: Michal Hajas Co-authored-by: Alexander Schwartz --- docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc index 1e2dbd8898..6abf8cfc86 100644 --- a/docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-25_0_0.adoc @@ -142,7 +142,7 @@ The first starting node will: . Migrate the database to the schema version 25. . Copy all session information from either the remote {jdgserver_name} or the JDBC persistence configured for {project_name}'s embedded cache to the database of {project_name}. + -The data will be stored in the tables `offline_user_session` and `online_user_session` with `offline_flag` set to `false`. +The data will be stored in the tables `offline_user_session` and `offline_client_session` with `offline_flag` set to `false`. . Clear the caches. +