Fixes bug #9798
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73753 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d7215c8908
commit
513a4d95f1
|
@ -11,6 +11,7 @@ WHERE UPPER(CONSTRAINT_NAME) = UPPER('PRECIO_VENTAJA__UN');
|
||||||
IF itemExists > 0 THEN
|
IF itemExists > 0 THEN
|
||||||
begin
|
begin
|
||||||
EXECUTE IMMEDIATE 'ALTER TABLE PRECIO_VENTAJA DROP CONSTRAINT PRECIO_VENTAJA__UN';
|
EXECUTE IMMEDIATE 'ALTER TABLE PRECIO_VENTAJA DROP CONSTRAINT PRECIO_VENTAJA__UN';
|
||||||
|
EXECUTE IMMEDIATE 'drop index PRECIO_VENTAJA__UN';
|
||||||
exception when others then null;
|
exception when others then null;
|
||||||
end;
|
end;
|
||||||
END IF;
|
END IF;
|
||||||
|
|
Loading…
Reference in New Issue