-
Notifications
You must be signed in to change notification settings - Fork 695
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
SchemaUtils.createMissingTablesAndColumns raise NoSuchElementException #1568
Comments
@Komdosh Could you please provide the definitions of those entities, and which field have you deleted, so I could try and reproduce this? |
@Komdosh , did you remove foreign key constraint as well? |
@AlexeySoshin I can't really reproduce that |
Looks like the problem is that Exposed located foreign key and can't find corresponding column in mapping. I'll take a look how it can be solved. |
Should be solved in the next release |
I deleted a field in MyFirstTableEntity then I try to restart the server and this exception appears
Code:
Stacktrace:
The text was updated successfully, but these errors were encountered: