fixes bug#11304

dev:lucas
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@82502 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2018-06-08 18:40:41 +00:00
parent 780c4f063c
commit 1f602e3eb3
1 changed files with 1 additions and 1 deletions

View File

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