Hi Folks! I m using prisma 1 with node.js, postgresql and docker. after i added a new field to the User type in datamodel.schema, I deployed but playground schema docs is not updated. I tried to retart the docker containers. and I also run "docker-compose up -d" again but still docs are not updated. Thanks!
r
Ryan
09/09/2020, 7:17 AM
Hey @yilmazito 👋
Could you share you
docker-compose.yml
and what commands did you run to deploy?
Also I would recommend migrating to Prisma 2 via the upgrade guide that provides an upgrade CLI.