fix(database): add index for aggregate type (#2304)

This commit is contained in:
Silvan 2021-09-02 11:06:16 +02:00 committed by GitHub
parent 1cd26d5b7d
commit 4af0046a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
CREATE INDEX agg_type ON eventstore.events (aggregate_type);