Skip to content

Commit

Permalink
Remove information about online_user_session table
Browse files Browse the repository at this point in the history
Closes #32178

Signed-off-by: Michal Hajas <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>
(cherry picked from commit 36ad5fb)
  • Loading branch information
mhajas authored and ahus1 committed Aug 16, 2024
1 parent 01ae858 commit 6dbe66b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand Down

0 comments on commit 6dbe66b

Please sign in to comment.