Andrea
05/25/2022, 11:33 AMprisma migrate. The command has as output "`Generated Prisma Client (3.14.0 | library) to ./node_modules/@prisma/client in ....`".
My question is the following: does prisma migrate, update only the db or also the filesystem? If it also updates the filesystem, are the changes negligible or at the start of each container do I have to migrate first so that it updates the filesystem?Jason Kleinberg
05/25/2022, 2:35 PMprisma generate as a part of the migration. It’s just building your client.Andrea
05/25/2022, 2:58 PMJason Kleinberg
05/25/2022, 9:09 PM