mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
849492fda9
* Add status-option code This commits changes the behavior of waku introducing a new status-code, `2`, that replaces the current single options codes. * linting
3 lines
146 B
SQL
3 lines
146 B
SQL
ALTER TABLE settings ADD COLUMN waku_enabled BOOLEAN DEFAULT false;
|
|
ALTER TABLE settings ADD COLUMN waku_bloom_filter_mode BOOLEAN DEFAULT false;
|