You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customAttributesAsComments flag released in v2.8.0 works for the output schema of zenstack generate, but does not affect the comments inside the schema generated in .logical-prisma-client/schema.prisma
Description and expected behavior
The customAttributesAsComments flag released in
v2.8.0
works for the output schema ofzenstack generate
, but does not affect the comments inside the schema generated in.logical-prisma-client/schema.prisma
I updated plugin section accordingly:
plugin prisma {
provider = '@core/prisma'
output = './prisma/schema.prisma'
customAttributesAsComments = true
}
Environment (please complete the following information):
v2.10.0
but the bug found in a feature introduced inv2.8.0
6.0.1
Additional context
Discovered this as I was going through the upgrade of zenstack from
v2.5.1
tov2.10.0
.The text was updated successfully, but these errors were encountered: