Hi Anh, so I'm trying to replicate my data structure from Alchemy over to MetaBox.io and I think I managed to have the same serialised array. Now I have this problem: my custom code allowed to select another post type to relate content, and I used the slug to identify the post rather then the ID.
I did this because this way if the post was accidentally deleted it could be re-created and as long as the same slug was kept, the relation would still be in place.
I assume you use IDs in the 'post' custom field select rather then slugs. Correct?
So in the end, I'm afraid I'll have to write that migration script, unless you can come up with some brilliant solution that I don't see. 🙁