Acerto Flyway.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@72567 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a006efa9c1
commit
ec9f7e635e
|
@ -38,6 +38,6 @@ declare
|
|||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430 );
|
||||
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;
|
||||
end;
|
Loading…
Reference in New Issue