mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-04 10:25:13 +00:00

* fix(auth): create index on token table * only terminate active sessions Co-authored-by: Livio Amstutz <livio.a@gmail.com>
1 line
87 B
SQL
1 line
87 B
SQL
CREATE INDEX IF NOT EXISTS user_user_agent_idx ON auth.tokens (user_id, user_agent_id); |