zitadel/cmd/setup/23.sql
Silvan 60ee2610f2
fix(eventstore): consider IsGlobal-flag of constraints (#7518)
* fix(eventstore): consider `IsGlobal`-flag of constraints

* fix(setup): set `instance_domain`-constraint global
2024-03-08 13:33:53 +00:00

1 line
96 B
SQL

UPDATE eventstore.unique_constraints SET instance_id = '' WHERE unique_type = 'instance_domain';