mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
5 lines
111 B
MySQL
5 lines
111 B
MySQL
|
CREATE TABLE wakuv2_keys (
|
||
|
chat_id TEXT PRIMARY KEY ON CONFLICT IGNORE,
|
||
|
key BLOB NOT NULL
|
||
|
) WITHOUT ROWID;
|