changelogs/drizzle-kit/0.31.0.md
For situations where you drop an enum value or reorder values in an enum, there is no native way to do this in PostgreSQL. To handle these cases, drizzle-kit used to:
However, there were a few scenarios that weren’t covered: PostgreSQL wasn’t updating default expressions for columns when their data types changed
Therefore, for cases where you either change a column’s data type from an enum to some other type, drop an enum value, or reorder enum values, we now do the following:
esbuild version upgradeFor drizzle-kit we upgraded the version to latest (0.25.2), thanks @paulmarsicloud