From 628f7180e683b1a57a2ec872af08fe614bf93131 Mon Sep 17 00:00:00 2001 From: thiago Date: Thu, 27 Oct 2016 17:18:10 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20bug=20#8128=20-=20Cria=C3=A7=C3=A3o=20d?= =?UTF-8?q?e=20cobran=C3=A7a=20de=20multa=20em=20troca=20de=20passagem?= 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@62076 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161021_0930__mantis8128.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161021_0930__mantis8128.sql diff --git a/src/db/migration/V20161021_0930__mantis8128.sql b/src/db/migration/V20161021_0930__mantis8128.sql new file mode 100644 index 000000000..fe91c12d1 --- /dev/null +++ b/src/db/migration/V20161021_0930__mantis8128.sql @@ -0,0 +1 @@ +ALTER TABLE ORGAO_CANCELACION ADD(PORCCAMBIOEMBARCADO NUMBER (5,2) DEFAULT 0); \ No newline at end of file