P
Prisma11mo ago
typedef

default value not changing

I changed the default value of one of my fields on the schema but it doesnt propagate even if i generate the schema again? example showPricingBgImage Boolean @default(true) to showPricingBgImage Boolean @default(false) when querying the data that has no showPricingBgImage
2 Replies
typedef
typedefOP11mo ago
Nvm its because of the redis cache
Nurul
Nurul11mo ago
Nice! Thanks for sharing that redis was causing this.

Did you find this page helpful?