mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 13:37:35 +00:00
chore: move the go code into a subfolder
This commit is contained in:
3
apps/api/cmd/setup/44/01_create_index.sql
Normal file
3
apps/api/cmd/setup/44/01_create_index.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX CONCURRENTLY IF NOT EXISTS events2_current_sequence2
|
||||
ON eventstore.events2 USING btree
|
||||
(aggregate_id ASC, aggregate_type ASC, instance_id ASC, sequence DESC);
|
Reference in New Issue
Block a user