Did the way Floats in schema.prisma were interpret...
# orm-help
d
Did the way Floats in schema.prisma were interpreted change some where between 2.8 -> 2.28? In my old database i see Numeric (65, 30) whereas with the new migrate tool these are turned into double precision. Because of this my migration for production environment is telling me my entire production database would be wiped even after running npx prisma migrate resolve --applied
r
To make this work, have a look at the workaround provided in the release notes regarding this change πŸ™‚
d
Yes I found it through another issue πŸ™‚ This is helpful tho thanks a lot! Quite a lot of changes from 2.8 -> 2.28 😬
πŸ˜€ 1
r
Yeah we’re constantly adding features/improvements. We’re also adopting SemVer so that should make it easier to differentiate b/w major versions and updates πŸ™‚
d
That's a very good idea πŸ™‚ Will make it much easier to find what has changed than wading through 20 release notes hehe πŸ˜„
πŸ’― 2