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
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -00955);
|
||||
pragma exception_init (object_exists , -02275);
|
||||
begin
|
||||
execute immediate
|
||||
'ALTER TABLE BPE ADD CONSTRAINT BPE_BOLETO FOREIGN KEY (BOLETO_ID) REFERENCES BOLETO (BOLETO_ID) ENABLE';
|
||||
|
|
Loading…
Reference in New Issue