fixes bug#14878

dev:lucas

qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@96036 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2019-07-23 21:02:40 +00:00
parent 4b3b6ffea6
commit c11cae7b8d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class MyAppInit implements org.zkoss.zk.ui.util.WebAppInit {
flyway.setOutOfOrder(true);
flyway.setBaselineOnMigrate(true);
// flyway.migrate();
flyway.migrate();
}catch(Throwable t){
log.error("Erro ao executar o flyway",t);
}