Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 410 Bytes

about_prisma_schema.md

File metadata and controls

11 lines (7 loc) · 410 Bytes

About Prisma Schema

Actions after changes on Prisma schema

After changes are made on schema file of the Prisma (prisma/schema.prisma), its important to rebuild the docker containers. You can do this with the following script:

make build

This action is necessary because Docker may cache the containers content, making it impossible for the application to see the updated schema file.