You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i really appreciated your initiative to solve this problem that has been around for a while, i integrated your solution it solves it perfectly, however i would like to address to you an issue i faced using this library, its when you have an array of enum, in the migration upgrade i got duplicate enum error;
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.DuplicateObject) type "user_roles" already exists
[SQL: CREATE TYPE user_roles AS ENUM ('role_1', 'role_2')]
Hello, i really appreciated your initiative to solve this problem that has been around for a while, i integrated your solution it solves it perfectly, however i would like to address to you an issue i faced using this library, its when you have an array of enum, in the migration upgrade i got duplicate enum error;
here is an example of code :
on the alembic migration file :
it does work fine if i commented the enum first creation :
that is my observation on this issue.
NB. I tested also the enum update it works fine 👍
Cordially
The text was updated successfully, but these errors were encountered: