mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
d04e54e54e
Also adds implementation for eth transactions notifications
7 lines
204 B
SQL
7 lines
204 B
SQL
CREATE TABLE local_notifications_preferences (
|
|
service VARCHAR,
|
|
event VARCHAR,
|
|
identifier VARCHAR,
|
|
enabled BOOLEAN DEFAULT false,
|
|
PRIMARY KEY(service,event,identifier)
|
|
) WITHOUT ROWID; |