mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
cli: option to confirm up migrations (#4150)
* cli: option to confirm up migrations * fix test
This commit is contained in:
committed by
GitHub
parent
c4083e00c5
commit
bcd510c913
@@ -198,7 +198,8 @@ mobileChatOpts dbFilePrefix =
|
||||
logAgent = Nothing,
|
||||
logFile = Nothing,
|
||||
tbqSize = 1024,
|
||||
highlyAvailable = False
|
||||
highlyAvailable = False,
|
||||
yesToUpMigrations = False
|
||||
},
|
||||
deviceName = Nothing,
|
||||
chatCmd = "",
|
||||
|
||||
Reference in New Issue
Block a user