dm3-org / dm3

The dm3 protocol | New standard of web3 messaging | Decentralized ENS-based registry | Secure end-to-end encryption | Easy dApp integration
https://dm3.network
BSD 2-Clause "Simplified" License
73 stars 15 forks source link

prisma uses `migrate dev`, which should only be used in development #1056

Closed malteish closed 1 week ago

malteish commented 1 month ago

https://www.prisma.io/docs/orm/prisma-migrate/workflows/development-and-production

https://github.com/dm3-org/dm3/blob/develop/packages/backend/package.json#L31

recommendation: use prisma migrate deploy instead. If that is bad for local development, separate the dev and production commands.