Remove information about online_user_session table
Closes #32178 Signed-off-by: Michal Hajas <mhajas@redhat.com> Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net>
This commit is contained in:
parent
7459992e40
commit
36ad5fb3bd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue