-
Notifications
You must be signed in to change notification settings - Fork 34
Liquibase puts the comments on the tables instead of on the fields #1408
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
Comments
It seems like this is our case: liquibase/liquibase#942 |
This bug has been fixed in 4.3.0 version and in #1526 Liquibase has been updated to 4.5.0 so now we only need to fix the data in production. |
Perhaps, we can play with |
It doesn't work because migration also tries to rename a column again:
|
https://docs.liquibase.com/change-types/set-table-remarks.html can be used to drop existing comment on a table. |
The build is failing now (https://app.travis-ci.com/github/php-coder/mystamps/jobs/582181150):
|
In the commit 89ba68c (#1326) I used
setColumnRemarks
:but after deploy, I see that it put it to the table instead of the field:
Here is also related logs:
The text was updated successfully, but these errors were encountered: