This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
The current command "up" doesn't exist in the new version of Prisma Migrate. #77
Comments
Same error here! |
i have the same mistake, help please |
Same error |
I think this happens because for some reason "pmt init" installs prism components always of the latest version (2.16.x) How can I control the version of the prisma components to install? |
No updates on this @Errorname? Appreciate it. |
here waiting too |
As you can see the "@prisma-multi-tenant/client": "^2.4.2",
"@prisma/client": "^2.18.0", After that I've set environment variables and started the migration. $ export PMT_OUTPUT=PMT_TMP
$ export PMT_MANAGEMENT_URL=postgres://postgres:postgres@localhost:5432/management?schema=management
$ npm run prisma migrate dev -- --schema="`pwd`/node_modules/@prisma-multi-tenant/shared/build/prisma/schema.prisma" --preview-feature
Error: The migrations folder contains migration files from an older version of Prisma Migrate which is not compatible. Same error if I try to run I think it's going to be a breaking change. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there, I'm having some issues running
pmt init
.The error is the following:
I'm using
[email protected]
,[email protected]
and[email protected]
.The
MANAGEMENT_URL
I'm setting ispostgres://postgres@localhost:5432/management?schema=management
.Thanks ✌️
The text was updated successfully, but these errors were encountered: