mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +00:00
fix: Added support for intialisation of CurrentUserStatus to Automatic after profile creation (#2798)
This commit is contained in:
parent
25a80cf20b
commit
ef21440e32
@ -108,10 +108,11 @@ INSERT INTO settings (
|
|||||||
public_key,
|
public_key,
|
||||||
signing_phrase,
|
signing_phrase,
|
||||||
wallet_root_address,
|
wallet_root_address,
|
||||||
synthetic_id
|
synthetic_id,
|
||||||
|
current_user_status
|
||||||
) VALUES (
|
) VALUES (
|
||||||
?,?,?,?,?,?,?,?,?,?,?,?,
|
?,?,?,?,?,?,?,?,?,?,?,?,
|
||||||
?,?,?,?,?,?,?,?,?,'id')`,
|
?,?,?,?,?,?,?,?,?,'id',?)`,
|
||||||
s.Address,
|
s.Address,
|
||||||
s.Currency,
|
s.Currency,
|
||||||
s.CurrentNetwork,
|
s.CurrentNetwork,
|
||||||
@ -133,6 +134,7 @@ INSERT INTO settings (
|
|||||||
s.PublicKey,
|
s.PublicKey,
|
||||||
s.SigningPhrase,
|
s.SigningPhrase,
|
||||||
s.WalletRootAddress,
|
s.WalletRootAddress,
|
||||||
|
s.CurrentUserStatus,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user