mirror of
https://github.com/status-im/status-go.git
synced 2025-01-14 00:36:40 +00:00
4 lines
347 B
MySQL
4 lines
347 B
MySQL
|
CREATE INDEX encryption_bundles_expired_identity_installation_id_version on bundles (expired, identity, installation_id, version);
|
||
|
CREATE INDEX encryption_bundles_expired_identity_installation_id on bundles (identity, installation_id, version);
|
||
|
CREATE INDEX ratchet_info_v2_identity_installation_id on ratchet_info_v2 (identity, installation_id);
|