git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@74735 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2017-10-11 21:00:20 +00:00
parent a91c25423a
commit 10af84a17d
1 changed files with 0 additions and 7 deletions

View File

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