Dados de alteração de serviços (issue 10625)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@79882 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2018-03-13 19:43:50 +00:00
parent cd809ddc76
commit 4d2166de44
1 changed files with 1 additions and 1 deletions

View File

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