Enums
When I run
drizzle-kit push --config=src/db/config.ts
it returns error: type "status" does not exist
, how do I fix this?6 Replies
@Andrew Sherman sorry for the ping but it's quite urgent
looking into it
thank you
You probably need to export that enum
otherwise drizzle will not pick it up
nice catch yeah
didn't see export is missing
worked, thank you!