mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
2 lines
111 B
SQL
2 lines
111 B
SQL
ALTER TABLE raw_messages ADD COLUMN datasync_id BLOB;
|
|
CREATE INDEX idx_datsync_id ON raw_messages(datasync_id); |