mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 03:57:32 +00:00
fix(database): add index for aggregate type (#2304)
This commit is contained in:
1
migrations/cockroach/V1.68__agg_type_idx.sql
Normal file
1
migrations/cockroach/V1.68__agg_type_idx.sql
Normal file
@@ -0,0 +1 @@
|
||||
CREATE INDEX agg_type ON eventstore.events (aggregate_type);
|
Reference in New Issue
Block a user