mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 09:47:42 +00:00
fix: authn keys migration (#1378)
This commit is contained in:
parent
cf499a1c1c
commit
a47e592b22
6
migrations/cockroach/V1.32__auth_keys_type.sql
Normal file
6
migrations/cockroach/V1.32__auth_keys_type.sql
Normal file
@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
UPDATE auth.authn_keys SET object_type = 1 where object_type = 0;
|
||||
UPDATE management.authn_keys SET object_type = 1 where object_type = 0;
|
||||
|
||||
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user