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(); } }