Bae Junehyeon
Bae Junehyeon
Prisma drops and recreates `enum` array field when running migrate even if the field has not changed
@janpio I bisected the release and found out that this was not a regression, but a separate issue. The issue does exist in 5.0.0, and 4.7.1, and even back to...
Prisma drops and recreates `enum` array field when running migrate even if the field has not changed
After further investigation, it appears that if I change `@@map("_content_filter_action")` on enum to `@@map("content_filter_action")`, the issue is gone. Which seems the starting underscore of the mapped name is causing the...
I have merged #90. Sorry for the delays.
That's weird. It should appear in extensions tab of the `about:addons` pages. Could you provide more detailed system information such as Firefox version? 
Have you tried an userscript version?
This may involve a server-side scripting, which must be hosted in somewhere such as digitalocean, which is a paid service. Also the existence of domain and server could lead the...
Anyway, I think this is a good idea, but it is nearly impossible to implement.
For future references: there's corresponding issue opened in bun repo: https://github.com/oven-sh/bun/issues/11682.
Seems like regression of #92053, #96242.