Join Slack
Powered by
is there a 'special' way to seed? trying to work ...
# prisma-whats-new
p
peter
01/25/2018, 10:09 PM
is there a 'special' way to seed? trying to work with advanced node server and after uncommenting the two lines in the
seed.graphql
file, I run
yarn deploy
but it says the services is already up to date...
j
Jonathan Romano
01/25/2018, 10:09 PM
There should be a
prisma seed
command
p
peter
01/25/2018, 10:13 PM
ok found the correct command:
yarn prisma import --data database
2
Views
Open in Slack
Previous
Next