mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
4 lines
229 B
MySQL
4 lines
229 B
MySQL
|
CREATE INDEX IF NOT EXISTS write_model ON eventstore.events (instance_id, aggregate_type, aggregate_id, event_type, resource_owner);
|
||
|
|
||
|
CREATE INDEX IF NOT EXISTS active_instances ON eventstore.events (creation_date, instance_id);
|