We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keystone version: 5.7.0
Steps to reproduce:
npx keystone prisma migrate dev
npx keystone prisma migrate reset --force
Expected behaviour:
Workaround: Downgrade to Keystone 5.5.1 (might be able to go newer, but this was the working version that I had in another project)
The text was updated successfully, but these errors were encountered:
I imagine this has the same cause as my issue: #8858
Sorry, something went wrong.
Fixed in #8898, will be published soon
When is this targeted for release?
No branches or pull requests
Keystone version: 5.7.0
Steps to reproduce:
npx keystone prisma migrate dev
from a local terminalnpx keystone prisma migrate reset --force
to reset the databasenpx keystone prisma migrate dev
again. When prompted "Enter a name for the new migration", no input can be madeExpected behaviour:
npx keystone prisma migrate dev
from a local terminalWorkaround:
Downgrade to Keystone 5.5.1 (might be able to go newer, but this was the working version that I had in another project)
The text was updated successfully, but these errors were encountered: