mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 19:12:20 +00:00
fix(setup): check if indexes exist in step 9 (#5400)
* fix(setup): check if indexes exist in step 9 * fix(setup09): ignore the inverted index
This commit is contained in:
@@ -28,12 +28,3 @@ COMMIT;
|
||||
BEGIN;
|
||||
DROP INDEX IF EXISTS eventstore.agg_type_seq;
|
||||
COMMIT;
|
||||
|
||||
-- index to search event payload
|
||||
BEGIN;
|
||||
DROP INDEX IF EXISTS eventstore.event_search;
|
||||
COMMIT;
|
||||
|
||||
BEGIN;
|
||||
CREATE INDEX event_search ON eventstore.events USING gin (event_data);
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user