mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 14:37:45 +00:00
a31191d9e2
* fix(auth): cache users during session projection * fix(auth.user_sessions): add index for more efficient by user search (cherry picked from commit 43f1d5964900e2662e70a76b305f3d0c5b9c359f)
1 line
107 B
SQL
1 line
107 B
SQL
CREATE INDEX CONCURRENTLY IF NOT EXISTS user_sessions_by_user ON auth.user_sessions (instance_id, user_id); |