From 4d2166de44b4ad710e1209c712b0ea1f167bb97f Mon Sep 17 00:00:00 2001 From: alberto Date: Tue, 13 Mar 2018 19:43:50 +0000 Subject: [PATCH] =?UTF-8?q?Dados=20de=20altera=C3=A7=C3=A3o=20de=20servi?= =?UTF-8?q?=C3=A7os=20(issue=2010625)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79882 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20180313_1445__mantis10625.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20180313_1445__mantis10625.sql b/src/db/migration/V20180313_1445__mantis10625.sql index 7dad86b81..f4dc89b24 100644 --- a/src/db/migration/V20180313_1445__mantis10625.sql +++ b/src/db/migration/V20180313_1445__mantis10625.sql @@ -8,7 +8,7 @@ begin CHAVE_ID NUMBER(15) NOT NULL, CHAVE VARCHAR2(100), VALOR VARCHAR2(100), - PRIMARY KEY (CHAVE_ID) + PRIMARY KEY (CHAVE_ID, CHAVE) )'; execute immediate