Problem with ENUMs PostgreSQL
Hey all!
I've been having issues with Drizzle migrate and would like some support in regards of how to fix the issue, regardless of what I do I keep getting the following:
[⣻] applying migrations...error: type "activity_log_activity_enum" already exists
2 Replies
pastes | HurdWu84Lc
A paste containing 484 lines of plaintext.
pastes | uUE0RRPnV3
A paste containing 541 lines of typescript.
full error:
also just so if you're going to say I should do something like
suggestionStatusEnum('status')
instead of suggestionStatusEnum()
I did that before what I sent, same result.