Datamodel 1.1 and Prisma 1.31 are causing massive ...
# orm-help
j
Datamodel 1.1 and Prisma 1.31 are causing massive issues for me with the use case of Existing Postgres Database. Primarily the issue seems to be with relation fields, link tables are being added to the migration from
prisma deploy
which doesn’t really work with an existing database as I don’t want prisma modifying the database. I’ve been unable to rollback to a previous working version of prisma and the datamodel, and can’t run my production setup so my site is currently offline as a result =/