fixes bug#AL-1675
qua: dev:Gleison git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@115110 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
a14a4a3a2e
commit
0fafa202ae
|
@ -7,7 +7,7 @@ declare
|
|||
pragma exception_init (except_01451 , -01451);
|
||||
pragma exception_init (except_01442 , -01442);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE EVENTO_EXTRA ADD (PUNTOVENTASEGUNDAVIAID NUMBER(7,0)) ';
|
||||
execute immediate 'ALTER TABLE EVENTO_EXTRA ADD (PUNTOVENTASEGUNDAVIAID NUMBER(7,0))';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_01451 then null;
|
||||
|
|
Loading…
Reference in New Issue