Running Liquibase against database after changing logical file path

Hi,


I have a scenario where I want to change the logical file path in the xml files . But these changelogs have already been run against the database . So if I change the logical path , how can i avoid these files from getting executed on the database again ?


For ex . I have a xml called abc.xml , i changed the logical file path like below



I updated the filename column in databasechangelog table with from new/abc.xml to old/abc.xml . But now when i try to run the liquibase , it showing the changelog from these files as well . What is the best way to avoid ?


Thanks,

Raharida