git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79832 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2018-03-12 20:42:47 +00:00
parent 0577e7f959
commit fc966236db
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ end;
declare
object_exists exception;
pragma exception_init (object_exists , -00955);
pragma exception_init (object_exists , -01430);
begin
execute immediate 'ALTER TABLE BOLETO ADD (TEMPORESERVAFIDELIDADE NUMBER(7,0))';
exception when object_exists then null;