Hey, I am using `prisma deploy` but it seems that ...
# orm-help
k
Hey, I am using
prisma deploy
but it seems that the new fields I added in the
datamodel.prisma
are not being deployed to the service. Because after running
prisma import
command following issues are being logged:``` "The model XXX with id ZZZ has an unknown field 'YYY' in field list.", ``` Is there anything I need to be aware of about
prisma deploy
?