Acerto Flyway.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72567 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2017-08-11 19:09:20 +00:00
parent a006efa9c1
commit ec9f7e635e
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ declare
object_exists exception; object_exists exception;
pragma exception_init (object_exists , -01430 ); pragma exception_init (object_exists , -01430 );
begin begin
execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1)) DEFAULT 0'; execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1) DEFAULT 0)';
exception when object_exists then null; exception when object_exists then null;
end; end;