Correção Flyway.
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@70762 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e5274529b9
commit
655adafc21
|
@ -38,6 +38,6 @@ declare
|
|||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430 );
|
||||
begin
|
||||
execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1))';
|
||||
execute immediate 'ALTER TABLE EMPRESA ADD (INDFIDELIDADE NUMBER(1)) DEFAULT 0';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue