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

* fix(setup): set `instance_domain`-constraint global

(cherry picked from commit 60ee2610f2)
2024-03-11 08:44:39 +01:00

1 line
96 B
SQL

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