From 584ecd06b22f3716013ff5af258f7a41dc916b1c Mon Sep 17 00:00:00 2001 From: alberto Date: Mon, 24 Oct 2016 19:16:02 +0000 Subject: [PATCH] =?UTF-8?q?Exporta=C3=A7=C3=A3o=20Fiscal=20:=20ECF=20e=20R?= =?UTF-8?q?MD=20(issue=208120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61902 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/FlyWay.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();