From e1ec4aa3c8259ad102a50cf39c8c5826c3bafb68 Mon Sep 17 00:00:00 2001 From: "lucas.calixto" Date: Thu, 16 Mar 2017 13:28:46 +0000 Subject: [PATCH] fixes bug#8662 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66914 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170223_1520__mantis8662.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/migration/V20170223_1520__mantis8662.sql b/src/db/migration/V20170223_1520__mantis8662.sql index 538182614..72fa1475b 100644 --- a/src/db/migration/V20170223_1520__mantis8662.sql +++ b/src/db/migration/V20170223_1520__mantis8662.sql @@ -11,9 +11,9 @@ FECMODIF DATE, USUARIO_ID NUMBER(7,0), PRIMARY KEY ("OCDPTOVTAPARAM_ID"), FOREIGN KEY ("OCDPARAM_ID") -REFERENCES "VTABOL"."OCD_PARAM"("OCDPARAM_ID"), +REFERENCES "OCD_PARAM"("OCDPARAM_ID"), FOREIGN KEY ("PUNTOVENTA_ID") -REFERENCES "VTABOL"."PUNTO_VENTA"("PUNTOVENTA_ID") +REFERENCES "PUNTO_VENTA"("PUNTOVENTA_ID") )'; exception when table_exists then null; end; \ No newline at end of file