Hey everyone, prisma 1 user here. I recently launc...
# orm-help
p
Hey everyone, prisma 1 user here. I recently launched a small beta of my app using prisma on the backend I’m a complete noob to dev ops stuff and I was wondering if there was a way to update my prisma model without losing the data I already have in the database.
a
You could use introspection with prisma2 cli to generate the schema, and then your database can stay the same.
k
but many relation fields will lose their original names + other annoying bugs
👍 1