From d6d34636eb860e03b13a89275838ca996b250037 Mon Sep 17 00:00:00 2001 From: leonardo Date: Thu, 5 Jan 2017 20:12:59 +0000 Subject: [PATCH] bug #7788 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@64644 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20160105_1716__mantis7788.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20160105_1716__mantis7788.sql diff --git a/src/db/migration/V20160105_1716__mantis7788.sql b/src/db/migration/V20160105_1716__mantis7788.sql new file mode 100644 index 000000000..61ac7a9d2 --- /dev/null +++ b/src/db/migration/V20160105_1716__mantis7788.sql @@ -0,0 +1 @@ +ALTER TABLE FECHAMENTO_PARAMPTOVTA ADD (TIPOPAGAMENTO VARCHAR2(1) DEFAULT 'B' ); \ No newline at end of file