github.com/status-im/status-go@v1.1.0/protocol/encryption/migrations/sqlite/1632236298_add_communities.down.sql (about)

     1  DROP INDEX idx_hash_ratchet_enc;
     2  DROP INDEX idx_hash_ratchet_enc_cache;
     3  
     4  DROP TABLE hash_ratchet_encryption_cache;
     5  DROP TABLE hash_ratchet_encryption;