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