hey! We’re using Prisma in production since almost...
# prisma-migrate
c
hey! We’re using Prisma in production since almost nine months now and want to add a required
toOne
-Relation to our datamodel. This issue https://github.com/prisma/prisma/issues/2323 describes the current migration options and how to set default values etc., but I can’t figure out, how to connect another type by default (e.g. a user by the unique mail-adress). Is there any possibility to do this via the Prisma migrations? We’re running over a dozen backends which I’d had to migrate manually, if this isn’t possible.