mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
4 lines
347 B
SQL
4 lines
347 B
SQL
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);
|