P
Prisma8mo 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
TypedefOP8mo ago
Nvm its because of the redis cache
Nurul
Nurul8mo ago
Nice! Thanks for sharing that redis was causing this.

Did you find this page helpful?