Liquibase ignore change

Hi everyone, I have a problem with liquibase, I manually added a foreign key in my database (I had to do manually) when starting the application liquibase try to drop this foreign key. I temporarily solved this by marking to ignore this operation in the liquibase form mask. Is there a better way to handle this problem? How can I tell liquibase to not generate the “dropForeignKey” statement?

Thanks

Hi

To tell Jmix Studio not to generate some changeset you need add it to ignore list. In the Changelog Preview dialog select this “dropForeignKey” changeset, press “minus” button on the toolbar and select “Remove and Ignore” option.