koufatzis
09/16/2019, 8:06 AMprisma 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
?