From ff23dad9c1c773fcd95de88805711287ffd9e3f6 Mon Sep 17 00:00:00 2001 From: alberto Date: Mon, 24 Oct 2016 20:31:47 +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@61915 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/com/rjconsultores/ventaboletos/FlyWay.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/rjconsultores/ventaboletos/FlyWay.java b/src/com/rjconsultores/ventaboletos/FlyWay.java index da2f162b4..6827d0454 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -32,6 +32,7 @@ public class FlyWay { Connection c = dataSource.getConnection(); Statement s = c.createStatement(); + fixVersion(s, "20161710.1833", "20161017.1833", "V20161017_1833__mantis8112.sql"); fixVersion(s, "20161910.0934", "20161019.0934", "V20161019_0934__mantis7907.sql"); fixVersion(s, "20162410.1119", "20161024.1119", "V20161024_1119__mantis7904.sql");