should there be an prisma deploy change if there i...
# orm-help
d
should there be an prisma deploy change if there is an change in the relation of an datamodel? i.E: i change
@relation(link: INLINE)
=>
@relation(onDelete: CASCADE link: INLINE)
? dont get any changes displayed on prisma deploy with that change. Or is this also effected by this issue https://github.com/prisma/prisma/issues/3796?
h
Yes, I think so. You can mention this in the issue