mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
024f30f0b9
Move settings table schema from a key-value store to a one row table with many columns. We now save the first row with initial data in saveAccountAndLogin and follow up saveSetting calls are only saving one setting at a time. Co-authored-by: Adam Babik <a.babik@designfortress.com>
7 lines
107 B
Go
7 lines
107 B
Go
package accounts
|
|
|
|
const (
|
|
// NodeConfigTag tag for a node configuration.
|
|
NodeConfigTag = "node_config"
|
|
)
|