forked from MirrorHub/mautrix-whatsapp
Forgot to copy segment_user_id in upgrade.go
This commit is contained in:
parent
8d4c8afef8
commit
5d4862f111
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ func DoUpgrade(helper *up.Helper) {
|
|||
bridgeconfig.Upgrader.DoUpgrade(helper)
|
||||
|
||||
helper.Copy(up.Str|up.Null, "segment_key")
|
||||
helper.Copy(up.Str|up.Null, "segment_user_id")
|
||||
|
||||
helper.Copy(up.Bool, "metrics", "enabled")
|
||||
helper.Copy(up.Str, "metrics", "listen")
|
||||
|
|
Loading…
Reference in a new issue