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-87c2c4800839
master
valdevir 2022-11-01 12:24:47 +00:00
parent a14a4a3a2e
commit 0fafa202ae
1 changed files with 1 additions and 1 deletions

View File

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