how to exclude the DATABASECHANGELOG table during update/migrate

Don’t know if this is possible but I am trying to migrate objects from one schema to another in mysql. Is there any way to tell the update command to exclude the DATABASECHANGELOG table during the update process. I want to migrate only my user created objects.