Add user settings key/value DB table (#16834)
This commit is contained in:
parent
a159c3175f
commit
499b05da22
8 changed files with 198 additions and 2 deletions
|
@ -357,6 +357,8 @@ var migrations = []Migration{
|
|||
NewMigration("Add table app_state", addTableAppState),
|
||||
// v201 -> v202
|
||||
NewMigration("Drop table remote_version (if exists)", dropTableRemoteVersion),
|
||||
// v202 -> v203
|
||||
NewMigration("Create key/value table for user settings", createUserSettingsTable),
|
||||
}
|
||||
|
||||
// GetCurrentDBVersion returns the current db version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue