Closed dataflake closed 5 years ago
Fixes #30
In a customer migration I am having issues with scripts that have a encoded binary string _body after the zodbupdate run and break. Just by eyeballing the code that attribute is apparently expected to be a native string.
_body
zodbupdate
This PR adds a zodbupdate policy for decoding it.
Fixes #30
In a customer migration I am having issues with scripts that have a encoded binary string
_body
after thezodbupdate
run and break. Just by eyeballing the code that attribute is apparently expected to be a native string.This PR adds a
zodbupdate
policy for decoding it.