From 54a3862437dec7d57862d39a3d57e3a032cdb832 Mon Sep 17 00:00:00 2001 From: thiago Date: Tue, 6 Dec 2016 20:04:10 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#8339=20-=20Corre=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20problema=20ao=20tentar=20agrupar=20corrida=20com=20servi?= =?UTF-8?q?=C3=A7o=20em=20andamento(depois=20do=20hor=C3=A1rio=20de=20said?= =?UTF-8?q?a).?= 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@63242 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161206_1811__mantis8339.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161206_1811__mantis8339.sql diff --git a/src/db/migration/V20161206_1811__mantis8339.sql b/src/db/migration/V20161206_1811__mantis8339.sql new file mode 100644 index 000000000..a6bf64df5 --- /dev/null +++ b/src/db/migration/V20161206_1811__mantis8339.sql @@ -0,0 +1 @@ +alter table boleto modify NUMASIENTOVINCULADO varchar(12); \ No newline at end of file