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