Join Slack
Powered by
is there an equivalent to `prisma reset` in prisma...
# orm-help
s
sash
04/14/2020, 11:31 AM
is there an equivalent to
prisma reset
in prisma2?
r
Ryan
04/14/2020, 11:37 AM
Hey
@sash
currently there's no such command in prisma2 that performs this functionality but you can create a feature request here:
https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=
👌 1
s
sash
04/14/2020, 11:38 AM
Thanks
@Ryan
!
👍 1
sash
04/14/2020, 11:41 AM
https://github.com/prisma/prisma/issues/2180
is this enough detail?
👍 1
r
Ryan
04/14/2020, 11:54 AM
Yeah that looks good!
a
Abu Taher
04/14/2020, 11:46 PM
I tried to do
migration down
and it removed all of the data from the database, I thought it was the new reset feature. 😄
2
Views
Open in Slack
Previous
Next