mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
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> (cherry picked from commit 36ad5fb3bd365314e77bd4103d62e91d89111066)
This commit is contained in:
parent
01ae858fe9
commit
6dbe66b3a0
@ -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…
x
Reference in New Issue
Block a user