I work on an app that used room's destructive migrations. Now switched to sqldelight, how to make new release compatible with previous ones, I mean I'll need some destructive migrations equivalent just to make it work. I thought to override Schema's migrate function and put my logic there. Am I on the right track?