ENUM not detected
Using Drizzle ORM
Whenever I make a change to one of my PG ENUM like add or remove a value to an existing ENUM in my schema, the drizzle
Whenever I make a change to one of my PG ENUM like add or remove a value to an existing ENUM in my schema, the drizzle
generate command doesn't detect it.