mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +00:00
chore: move the go code into a subfolder
This commit is contained in:
2
apps/api/cmd/setup/35/00_create_index.sql
Normal file
2
apps/api/cmd/setup/35/00_create_index.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE INDEX CONCURRENTLY IF NOT EXISTS es_wm_temp
|
||||
ON eventstore.events2 (instance_id, aggregate_id, aggregate_type, event_type, "position");
|
1
apps/api/cmd/setup/35/01_drop_index.sql
Normal file
1
apps/api/cmd/setup/35/01_drop_index.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP INDEX IF EXISTS eventstore.es_wm;
|
1
apps/api/cmd/setup/35/02_alter_index.sql
Normal file
1
apps/api/cmd/setup/35/02_alter_index.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER INDEX eventstore.es_wm_temp RENAME TO es_wm;
|
Reference in New Issue
Block a user