From 727d170b07894eb075930dc1ac62ae21ff551c7e Mon Sep 17 00:00:00 2001 From: gleimar Date: Tue, 27 Feb 2018 22:24:38 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20FlyWay=20bug#10402?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79251 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/FlyWay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/FlyWay.java b/src/com/rjconsultores/ventaboletos/FlyWay.java index 3c7f1fb38..5ca71f256 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -114,6 +114,6 @@ public class FlyWay { flyway.setOutOfOrder(true); flyway.setBaselineOnMigrate(true); - // flyway.migrate(); + flyway.migrate(); } }