bridgev2/config: fix warning log for null env_config_prefix

This commit is contained in:
Tulir Asokan 2025-12-07 19:34:29 +02:00
commit a2522192ff

View file

@ -184,7 +184,7 @@ func doUpgrade(helper up.Helper) {
helper.Copy(up.Int, "encryption", "rotation", "messages")
helper.Copy(up.Bool, "encryption", "rotation", "disable_device_change_key_rotation")
helper.Copy(up.Str, "env_config_prefix")
helper.Copy(up.Str|up.Null, "env_config_prefix")
helper.Copy(up.Map, "logging")
}