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:
Michal Hajas 2024-08-16 09:23:14 +02:00 committed by GitHub
parent 7459992e40
commit 36ad5fb3bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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