Correção Flyway.

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@70762 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2017-06-28 18:25:52 +00:00
parent e5274529b9
commit 655adafc21
1 changed files with 1 additions and 1 deletions

View File

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