From ac04ba78a5a7abd78a9225bfbd437ce285a13942 Mon Sep 17 00:00:00 2001 From: "igor.rodrigo" Date: Thu, 13 Oct 2016 20:10:24 +0000 Subject: [PATCH] fixes bug #8099 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61575 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161010_1720__desconto.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20161010_1720__desconto.sql diff --git a/src/db/migration/V20161010_1720__desconto.sql b/src/db/migration/V20161010_1720__desconto.sql new file mode 100644 index 000000000..c44ccfd63 --- /dev/null +++ b/src/db/migration/V20161010_1720__desconto.sql @@ -0,0 +1,2 @@ +alter table CONVENIO_DET ADD PORCOUTROS NUMBER(5,2); +