is there an equivalent to `prisma reset` in prisma...
# orm-help
s
is there an equivalent to
prisma reset
in prisma2?
r
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
Thanks @Ryan!
👍 1
r
Yeah that looks good!
a
I tried to do migration down and it removed all of the data from the database, I thought it was the new reset feature. 😄