From e5274529b96f723ca7976763e0e757e6349ed525 Mon Sep 17 00:00:00 2001 From: valdevir Date: Wed, 28 Jun 2017 17:55:09 +0000 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20Flyway.?= 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@70755 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170504_1725__mantis8827.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;