diff --git a/src/db/migration/V20170504_1725__mantis8827.sql b/src/db/migration/V20170504_1725__mantis8827.sql index d374d4f49..9500fcb4f 100644 --- a/src/db/migration/V20170504_1725__mantis8827.sql +++ b/src/db/migration/V20170504_1725__mantis8827.sql @@ -1,6 +1,6 @@ declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430 ); begin execute immediate 'ALTER TABLE BOLETO ADD (PONTUACAOFRAUDE NUMBER(3))'; exception when object_exists then null; @@ -9,7 +9,7 @@ end; declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430 ); begin execute immediate 'ALTER TABLE CAJA ADD (PONTUACAOFRAUDE NUMBER(3))'; exception when object_exists then null; @@ -18,7 +18,7 @@ end; declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430); begin execute immediate 'ALTER TABLE EMPRESA ADD (PONTUACAOFRAUDEINI NUMBER(3))'; exception when object_exists then null; @@ -27,7 +27,7 @@ end; declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430 ); begin execute immediate 'ALTER TABLE EMPRESA ADD (PONTUACAOFRAUDEFIM NUMBER(3))'; exception when object_exists then null; @@ -36,7 +36,7 @@ end; declare object_exists exception; - pragma exception_init (object_exists , -00955); + pragma exception_init (object_exists , -01430 ); begin execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1))'; exception when object_exists then null;