From 95530f2b59c8ea22ec7ee6ff3e57b89899847af9 Mon Sep 17 00:00:00 2001 From: frederico Date: Tue, 21 Nov 2017 16:55:25 +0000 Subject: [PATCH] fixed bug #9779 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@76631 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20171121_1432__mantis9779.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20171121_1432__mantis9779.sql diff --git a/src/db/migration/V20171121_1432__mantis9779.sql b/src/db/migration/V20171121_1432__mantis9779.sql new file mode 100644 index 000000000..981ad6349 --- /dev/null +++ b/src/db/migration/V20171121_1432__mantis9779.sql @@ -0,0 +1 @@ +ALTER TABLE EMPRESA ADD INDIMPRIMESEGVIATRANSFERENCIA NUMBER(1,0); \ No newline at end of file