mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix(database): add index for aggregate type (#2304)
This commit is contained in:
parent
1cd26d5b7d
commit
4af0046a09
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);
|
Loading…
Reference in New Issue
Block a user