1
0
Fork 0
forked from External/ergo

implement database auto-upgrades (#243)

This commit is contained in:
Shivaram Lingamneni 2018-04-16 16:28:31 -04:00
parent 3a00b64830
commit 69fd3ac324
5 changed files with 131 additions and 32 deletions

View file

@ -229,7 +229,8 @@ type Config struct {
}
Datastore struct {
Path string
Path string
AutoUpgrade *bool
}
Accounts AccountConfig