diff --git a/src/com/rjconsultores/ventaboletos/FlyWay.java b/src/com/rjconsultores/ventaboletos/FlyWay.java index be87c008d..da2f162b4 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -32,8 +32,8 @@ public class FlyWay { Connection c = dataSource.getConnection(); Statement s = c.createStatement(); - fixVersion(s, "20161910_0934", "20161019_0934", "V20161019_0934__mantis7907.sql"); - fixVersion(s, "20162410.1119", "20161024.1119", "V20161024.1119__mantis7904.sql"); + fixVersion(s, "20161910.0934", "20161019.0934", "V20161019_0934__mantis7907.sql"); + fixVersion(s, "20162410.1119", "20161024.1119", "V20161024_1119__mantis7904.sql"); s.close();