fixes bug#8662

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66914 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.calixto 2017-03-16 13:28:46 +00:00
parent eedf7eff8f
commit e1ec4aa3c8
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ FECMODIF DATE,
USUARIO_ID NUMBER(7,0), USUARIO_ID NUMBER(7,0),
PRIMARY KEY ("OCDPTOVTAPARAM_ID"), PRIMARY KEY ("OCDPTOVTAPARAM_ID"),
FOREIGN KEY ("OCDPARAM_ID") FOREIGN KEY ("OCDPARAM_ID")
REFERENCES "VTABOL"."OCD_PARAM"("OCDPARAM_ID"), REFERENCES "OCD_PARAM"("OCDPARAM_ID"),
FOREIGN KEY ("PUNTOVENTA_ID") FOREIGN KEY ("PUNTOVENTA_ID")
REFERENCES "VTABOL"."PUNTO_VENTA"("PUNTOVENTA_ID") REFERENCES "PUNTO_VENTA"("PUNTOVENTA_ID")
)'; )';
exception when table_exists then null; exception when table_exists then null;
end; end;