fixes bug#10642
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79517 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1b56fef11a
commit
ab9a071c39
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
begin
|
||||
execute immediate 'delete from PRECIO_FIXO_PEDAGIO where PRACAPEDAGIO_ID not in (select CASETAPEAJE_ID from caseta_peaje)';
|
||||
exception when others then null;
|
||||
end;
|
||||
/
|
||||
|
||||
begin
|
||||
execute immediate 'alter table PRECIO_FIXO_PEDAGIO add constraint PRACAPEDGAIO_CASETA foreign key("PRACAPEDAGIO_ID") references "CASETA_PEAJE"("CASETAPEAJE_ID")';
|
||||
exception when others then null;
|
||||
end;
|
||||
/
|
Loading…
Reference in New Issue