Liquibase commad to initialized and run custom script

Hi All,

I have the following question which is related to liquibase command and don’t know the answer to the question. Need  your help.

We have been using liquibase to executing the changelogs for all the releases(2.x->4.x) and now we will have the new release to using the new mysql 5.6 and some of changelogs in 2.x are no longer valid to mysql5.6 version and I would like to do the following for the fresh installation of our product which is used mysql 5.6:

          Want to initialized the chiangelog table for future upgrade but not executing them

          Run the sql script to create the database schema for new release but not from changelogs.

Is this possible?

Your help is greatly appreciated.

JP