2
0
mirror of https://github.com/status-im/status-go.git synced 2025-02-25 05:05:46 +00:00

7 lines
118 B
SQL

DROP TABLE settings;
CREATE TABLE IF NOT EXISTS settings (
type VARCHAR PRIMARY KEY,
value BLOB
) WITHOUT ROWID;