Hi, I’m trying to move my prisma deployment from Heroku to Digital Ocean. My heroku server is at version 1.11 beta. When I try to install a later prisma version like 1.34, I’m facing problem with migration. However when I install prisma1.11 in Digital Ocean as well, the migration seems to work fine.
I want to know what is the latest version of Prisma server I can install that will have the same database structure as 1.11, so that I can migrate my data without problems and still take advantage of the later developments that happened after 1.11.