From 5035c9b0ea8bcafda1286d1b9c3e3b321de0fbed Mon Sep 17 00:00:00 2001 From: emerson Date: Tue, 25 Sep 2018 18:43:22 +0000 Subject: [PATCH] fixes bug#0011950 dev: thiago qua: marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@85629 d1611594-4594-4d17-8e1d-87c2c4800839 --- .classpath | 2 +- src/com/rjconsultores/ventaboletos/FlyWay.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index f64fba5d3..6632fbf7b 100644 --- a/.classpath +++ b/.classpath @@ -9,7 +9,6 @@ - @@ -18,5 +17,6 @@ + diff --git a/src/com/rjconsultores/ventaboletos/FlyWay.java b/src/com/rjconsultores/ventaboletos/FlyWay.java index 14ad8e25d..21fe1ae5f 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -127,6 +127,6 @@ public class FlyWay { flyway.setOutOfOrder(true); flyway.setBaselineOnMigrate(true); - flyway.migrate(); +// flyway.migrate(); } }