protected void initDb() throws LiquibaseException {
   StopWatch watch = new StopWatch();
   watch.start();
   super.afterPropertiesSet();
   watch.stop();
   log.debug("Started Liquibase in {} ms", watch.getTotalTimeMillis());
 }