I have some stubbed logic so far to support automatically skipping indexes, but it hasn't been fully implemented yet. I created https://liquibase.jira.com/browse/CORE-1452 to track the feature.
For now, the best approach is probably to use the dbms attribute on the changesets that do the createIndex. You can use dbms="!h2" as well
Nathan