From 3ce6065ce8a55b94e7c1f0eb5fc0e0c417cf06b0 Mon Sep 17 00:00:00 2001 From: walace Date: Mon, 24 Sep 2018 20:15:21 +0000 Subject: [PATCH] =?UTF-8?q?criado=20a=20customiza=C3=A7=C3=A3o=20para=20ve?= =?UTF-8?q?nda=20em=20p=C3=A9,=20sentado=20por=20servi=C3=A7o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes bug#11741 dev:lucas qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@85602 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 a4e56a052..87e0d14a0 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -121,6 +121,6 @@ public class FlyWay { flyway.setOutOfOrder(true); flyway.setBaselineOnMigrate(true); - //flyway.migrate(); + flyway.migrate(); } }