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