Nicolò
04/25/2020, 6:30 PMprisma introspect
to generate the model from the db schema and its mostly the same of the one we have created wen we initially have tried to migrate to 1.34.
But Prisma is still lookin for the old tables that are no more present.
Our main change was to move all the n:m relations that actually were 1:n to inline. (we were also facing bad performaces)
Unfortunatly we have production data in it.
What can we do? (Other than to move to Prisma2 that cant be done right now for other issues?)
We have a postgres DB.