`prisma deploy` just gives me `Service is already ...
# prisma-whats-new
w
prisma deploy
just gives me
Service is already up to date.
j
Yes, I believe you have to redeploy so that changes are reflected in database. However I think in real time it updates folder "generated" and provides updated CRUD api
n
@wesbos did you add a field to
datamodel.graphql
(the datamodel for the Prisma database), or to
src/schema.graphql
(the GraphQL schema for the application layer)? if the latter, then you have no changes to deploy.
👍 1
w
@nilan thanks - just figured that out - so the data model and the schema need to have the field added to it
I found some good docs on this!
👌 1
n
great! 🙂
p
care to share those docs?🙌