fixes bug#11304
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@82502 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
780c4f063c
commit
1f602e3eb3
|
@ -27,7 +27,7 @@ end;
|
||||||
/
|
/
|
||||||
declare
|
declare
|
||||||
object_exists exception;
|
object_exists exception;
|
||||||
pragma exception_init (object_exists , -00955);
|
pragma exception_init (object_exists , -02275);
|
||||||
begin
|
begin
|
||||||
execute immediate
|
execute immediate
|
||||||
'ALTER TABLE BPE ADD CONSTRAINT BPE_BOLETO FOREIGN KEY (BOLETO_ID) REFERENCES BOLETO (BOLETO_ID) ENABLE';
|
'ALTER TABLE BPE ADD CONSTRAINT BPE_BOLETO FOREIGN KEY (BOLETO_ID) REFERENCES BOLETO (BOLETO_ID) ENABLE';
|
||||||
|
|
Loading…
Reference in New Issue