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
chore: correct wrongly applied (due to Liquibase bug) to the fields (instead of the tables) comments
In the commit 89ba68c (#1326) I used <setColumnRemarks> in order to
put comments to the fields. It has turned out that on MySQL, Liquibase put comments on the tables
instead of the fields (see liquibase/liquibase#942). After update of
Liquibase (#1526), it became possible to fix the bug on our data.
Fix#1408
0 commit comments