function currentVersion(){
  return ConfigLoader.load().then(function(config){
    return knex(config).migrate.currentVersion();
  });
}