fixes bug #8777
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@74735 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a91c25423a
commit
10af84a17d
|
@ -1,7 +0,0 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01430);
|
||||
begin
|
||||
execute immediate 'alter table corrida add INTEGRADOTOTVS NUMBER(1,0)';
|
||||
exception when object_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue