mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
fix(setup): create indexes only if not exists (#4801)
This commit is contained in:
@@ -27,4 +27,4 @@ CREATE TABLE adminapi.styling2 (
|
||||
PRIMARY KEY (instance_id, aggregate_id, label_policy_state)
|
||||
);
|
||||
|
||||
CREATE INDEX owner_removed_idx ON adminapi.styling2 (owner_removed);
|
||||
CREATE INDEX st2_owner_removed_idx ON adminapi.styling2 (owner_removed);
|
Reference in New Issue
Block a user