mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-18 15:30:27 +00:00
fix: authn keys migration (#1378)
This commit is contained in:
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;
|
Reference in New Issue
Block a user