From e0674e3e75a5ae077214231bb2a0ae6b6c1d400f Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 10 Jan 2017 20:03:40 +0000 Subject: [PATCH] Criar campo SERIEIMPFISCAL para a venda (fixes issue 8522) git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@64795 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170110_1710__mantis8522.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/db/migration/V20170110_1710__mantis8522.sql diff --git a/src/db/migration/V20170110_1710__mantis8522.sql b/src/db/migration/V20170110_1710__mantis8522.sql new file mode 100644 index 000000000..e674cf16f --- /dev/null +++ b/src/db/migration/V20170110_1710__mantis8522.sql @@ -0,0 +1,2 @@ +alter table caja add SERIEIMPFISCALORIGINAL VARCHAR2(6 BYTE); +alter table boleto add SERIEIMPFISCALORIGINAL VARCHAR2(6 BYTE); \ No newline at end of file