forked from External/ergo
implement database auto-upgrades (#243)
This commit is contained in:
parent
3a00b64830
commit
69fd3ac324
5 changed files with 131 additions and 32 deletions
|
|
@ -229,7 +229,8 @@ type Config struct {
|
|||
}
|
||||
|
||||
Datastore struct {
|
||||
Path string
|
||||
Path string
|
||||
AutoUpgrade *bool
|
||||
}
|
||||
|
||||
Accounts AccountConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue