fix(eventstore): consider IsGlobal-flag of constraints (#7518)

* fix(eventstore): consider `IsGlobal`-flag of constraints

* fix(setup): set `instance_domain`-constraint global
This commit is contained in:
Silvan
2024-03-08 14:33:53 +01:00
committed by GitHub
parent fd39729089
commit 60ee2610f2
5 changed files with 92 additions and 63 deletions

1
cmd/setup/23.sql Normal file
View File

@@ -0,0 +1 @@
UPDATE eventstore.unique_constraints SET instance_id = '' WHERE unique_type = 'instance_domain';