From 422bc1df4d1342cb9867e8c52cefbc8167fdb879 Mon Sep 17 00:00:00 2001 From: "alexandre.lima" Date: Mon, 17 Jul 2017 11:56:21 +0000 Subject: [PATCH] Fixes Bug #0009192 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@71420 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170717_0858__mantis9192.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/db/migration/V20170717_0858__mantis9192.sql diff --git a/src/db/migration/V20170717_0858__mantis9192.sql b/src/db/migration/V20170717_0858__mantis9192.sql new file mode 100644 index 000000000..5f3a49a38 --- /dev/null +++ b/src/db/migration/V20170717_0858__mantis9192.sql @@ -0,0 +1,3 @@ +ALTER TABLE SEGURO_KM ADD TIPO_SEGURO varchar2(10); +ALTER TABLE TARIFA ADD IMPORTETPP number(7,2); +ALTER TABLE TARIFA_OFICIAL ADD IMPORTETPP number(7,2); \ No newline at end of file