Hey Sven - I’ve definitely had to do this. The migration for the drop downs doesn’t affect block data, which is stored as a big JSON blob in the database. Historically when I’ve needed to fix this, I’ve written some Regex to find the property inside the JSON data for the blocks and update it to the new format, then resave the data.