-
Hello, thanks everyone for this awesome architecture. I am wondering how to upgrade my blitz up to the latest version. I see the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Here you go:
The other dependencies can be updated just like normal. They don't depend on the blitz version with the exception of Prisma. To use Prisma 2.13+, you will use the prisma CLI directly instead of the |
Beta Was this translation helpful? Give feedback.
Hey! Here you go:
The other dependencies can be updated just like normal. They don't depend on the blitz version with the exception of Prisma.
To use Prisma 2.13+, you will use the prisma CLI directly instead of the
blitz db migrate
command. Theblitz db migrate
command is going to be removed.