lewisblackwood
05/15/2018, 8:19 AMprisma seed --reset
? When I run it with the same seed.graphql
as used initially, I get the error: A unique constraint would be violated on User. Details: Field name = email
. If I change the user's email address in the seed.graphql
file, the command will run, but the database won't be reset. I would expect the database to be cleared by the --reset
flag? I'm using Prisma 1.8.3 (although was using 1.8.0 when I first saw this).do4gr
do4gr
lewisblackwood
05/15/2018, 9:19 AM--reset
flag worked. Previously I was using the Prisma cloud sandbox environment. Docker is better suited to our needs so I'll stick with this 👍