Explorar o código

Forgot to copy segment_user_id in upgrade.go

Scott Weber %!s(int64=2) %!d(string=hai) anos
pai
achega
5d4862f111
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      config/upgrade.go

+ 1 - 0
config/upgrade.go

@@ -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")