[jOOQ/jOOQ#9506] Could also be a bug

This commit is contained in:
Lukas Eder 2024-11-21 16:32:14 +01:00
parent 2406f7ec50
commit b72e6382a8

View File

@ -258,9 +258,11 @@ final class MigrationImpl extends AbstractScope implements Migration {
"""
Non-empty difference between actual schema and migration from schema: {queries}.
This can happen for two reasons:
This can happen for at least 3 reasons:
1) The migration specification of a version that has already been installed has been modified.
2) The database schemas contain untracked objects.
3) There's a false positive reported by the database / org.jooq.Meta. Please consider reporting
it here: https://jooq.org/bug
Possible remedies if 1):
- Revert changes to the migration specification and move those changes to a new version.