From a81dea3fab0633e56b6e16390b3d2c27bb715f30 Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 24 Nov 2016 20:39:28 +0000 Subject: [PATCH] =?UTF-8?q?Exporta=C3=A7=C3=A3o=20Fiscal=20:=20ECF=20e=20R?= =?UTF-8?q?MD=20(issue=208120)?= 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@62872 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161124_1500__mantis8120.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20161124_1500__mantis8120.sql diff --git a/src/db/migration/V20161124_1500__mantis8120.sql b/src/db/migration/V20161124_1500__mantis8120.sql new file mode 100644 index 000000000..19d668b38 --- /dev/null +++ b/src/db/migration/V20161124_1500__mantis8120.sql @@ -0,0 +1,2 @@ +ALTER TABLE EMPRESA_IMPOSTO ADD (CODIGOCONTABILMUNICIPAL NUMBER(15)); +ALTER TABLE EMPRESA_IMPOSTO ADD (CODIGOCONTABILESTADUAL NUMBER(15));