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
This is caused because the index / foreign key constraint already exist (perhaps because the dbCreate attribute on the data source is set to "update", which would be bad).
We can guard against this by adding a preCondition to check if the index / foreign key constriant already exists, but until recently I was convinced that the foreignKeyConstraintExists precondition did not work in Liquibase 1.9.x. I seem to have been mistaken as it's been working for me over the past few weeks (maybe a MySQL version issue?).
From Tan Li
The text was updated successfully, but these errors were encountered: