status-go/appdatabase/migrations/sql/0005_waku_mode.up.sql
Andrea Maria Piana 849492fda9
Add statusUpdate code (#1861)
* 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
2020-02-21 15:48:53 +01:00

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;