Dmitry Petrov
11/26/2020, 12:24 AMnpx prisma migrate save --experimental
relating to the virtual side of a relation being required. After updating the schema.prisma
file accordingly, it still gives me the same errors. Are there any additional steps I need to take? Has anyone else experienced this?Mikastark
11/26/2020, 8:42 AMJoël
Joël
Joël
Joël
Mikastark
11/26/2020, 9:24 AM@prisma/cli@2.11.0-integration-migrate.5
but you should use @prisma/cli@2.12.0-integration-migrate.5
if migrated to Prisma 2.12.xJoël
Dmitry Petrov
11/30/2020, 4:56 PM/prisma/migrations
folder and truncating the _Migration
table in the Postgres db.Dmitry Petrov
11/30/2020, 4:56 PMJoël
Dmitry Petrov
11/30/2020, 7:58 PM