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. +