-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeriveActiveEnum requires use sea_orm::ColumnTypeTrait
in 0.11
#1478
Comments
This seems to be a bug we can fix in a patch release. |
the whole project is broken, need revert to the 10th version, the same errors everywhere:
|
@panviktor Yours is a different problem. I think you may need to update both |
Released in 0.11.1 |
After migrating sea-orm from 0.10 to 0.11, enums deriving
DeriveActiveEnum
suddenly need theColumnTypeTrait
to be put in scope by the user, which was not required previously. The macro implementation should reference the requireddef
function by its absolute path so that the additionaluse
requirement is not needed.The text was updated successfully, but these errors were encountered: