github.com/status-im/status-go@v1.1.0/protocol/transport/migrations/sqlite/1616691080_add_wakuV2_keys.up.sql (about)

     1  CREATE TABLE wakuv2_keys (
     2    chat_id TEXT PRIMARY KEY ON CONFLICT IGNORE,
     3    key BLOB NOT NULL
     4  ) WITHOUT ROWID;