From 472ed61b7882559d0d4bc6f7108689b509853e15 Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Tue, 27 Feb 2018 13:46:55 +0000 Subject: [PATCH] =?UTF-8?q?fixes=20bug=20#0010402=20-=20Criada=20impress?= =?UTF-8?q?=C3=A3o=20da=202a=20Via=20do=20comprovante=20de=20pagamento=20d?= =?UTF-8?q?o=20cart=C3=A3o?= 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@79216 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 5ca71f256..3c7f1fb38 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(); } }