fixes bug #9614
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79832 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0577e7f959
commit
fc966236db
|
@ -41,7 +41,7 @@ end;
|
||||||
|
|
||||||
declare
|
declare
|
||||||
object_exists exception;
|
object_exists exception;
|
||||||
pragma exception_init (object_exists , -00955);
|
pragma exception_init (object_exists , -01430);
|
||||||
begin
|
begin
|
||||||
execute immediate 'ALTER TABLE BOLETO ADD (TEMPORESERVAFIDELIDADE NUMBER(7,0))';
|
execute immediate 'ALTER TABLE BOLETO ADD (TEMPORESERVAFIDELIDADE NUMBER(7,0))';
|
||||||
exception when object_exists then null;
|
exception when object_exists then null;
|
Loading…
Reference in New Issue