From 8c3b0218eb1726a08b8c52bd8c9ceb57570ce319 Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 21 Jul 2017 13:33:47 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20do=20separados=20bug#9287?= 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@71717 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170720_2033__mantis9287.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/db/migration/V20170720_2033__mantis9287.sql b/src/db/migration/V20170720_2033__mantis9287.sql index 93c285796..c46fee372 100644 --- a/src/db/migration/V20170720_2033__mantis9287.sql +++ b/src/db/migration/V20170720_2033__mantis9287.sql @@ -19,6 +19,7 @@ begin exception when object_exists then null; end; +/ declare object_exists exception; @@ -27,7 +28,7 @@ begin execute immediate 'ALTER TABLE FISCAL_IMPRESSORA ADD (ESTADOLACRE_ID NUMBER(7) )'; exception when object_exists then null; end; - +/ declare object_exists exception; pragma exception_init (object_exists , -01430); @@ -35,7 +36,7 @@ begin execute immediate 'ALTER TABLE FISCAL_IMPRESSORA ADD (EMPRESA_ID NUMBER(7) )'; exception when object_exists then null; end; - +/ declare object_exists exception; pragma exception_init (object_exists , -01430); @@ -43,5 +44,5 @@ begin execute immediate 'ALTER TABLE FISCAL_IMPRESSORA ADD (INDBLOQUEAECF NUMBER(7) )'; exception when object_exists then null; end; - +/