mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 15:14:52 +00:00
5 lines
167 B
SQL
5 lines
167 B
SQL
ALTER TABLE wakuv2_config ADD COLUMN enable_missing_message_verification BOOLEAN DEFAULT false;
|
|
|
|
UPDATE wakuv2_config SET enable_missing_message_verification = true;
|
|
|