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
Fix wrong type of series_sales.{first,second}_price fields.
CURRENCY pseudo-type in Liquibase was translated into decimal(10,0) type in MySQL. Unfortunately it
doesn't allow to provide fraction part. In other words, before wasn't possible to specify price
2.8 because it was rounded to 3.
Fix#461
0 commit comments