I currently have a database with a ton of information. Im in the process of migrating from a nodeSQL solution to Prisma and ive noticed that after i introspected all my data is gone. Thats fine because i have backups but going foward im gonna be restructuring stuff like dropping tables and renaming properties. So then those changes will go onto the migrations. However once i do that then my backup wont apply to the database due to the changes. is there a way in the future where i can migrate to the init. Apply the data to the database. then apply the rest of the migrations without clearing the data?