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; - +/