Correção Flyway.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@70755 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2017-06-28 17:55:09 +00:00
parent 1bc934e985
commit e5274529b9
1 changed files with 5 additions and 5 deletions

View File

@ -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;