From 3c190a4e94993d01b3847adca4ce560aed53bba8 Mon Sep 17 00:00:00 2001 From: valdir Date: Fri, 14 Feb 2020 19:08:40 +0000 Subject: [PATCH] =?UTF-8?q?0016537:=20Troco=20Simples=20-=20Pagamento=20vi?= =?UTF-8?q?a=20carteira=20Digital=20Troco=20Simples=200016535:=20Troco=20S?= =?UTF-8?q?imples=20-=20Adequa=C3=A7=C3=B5es=20na=20entrega=20bug#16537=20?= =?UTF-8?q?bug#16535=20dev:clemente=20qua:debora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acertando script git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100231 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200130_1029__mantis16537.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20200130_1029__mantis16537.sql b/src/db/migration/V20200130_1029__mantis16537.sql index d7b29a17c..c4b38a3c6 100644 --- a/src/db/migration/V20200130_1029__mantis16537.sql +++ b/src/db/migration/V20200130_1029__mantis16537.sql @@ -10,6 +10,6 @@ declare dup_val_on_index exception; pragma exception_init (dup_val_on_index , -00001); begin - execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) VALUES (CONSTANTE_seq.nextval,''TS06_PATH_STATUS_AUTORIZACAO_CLIENTE'',''TROCO SIMPLES. Verificar status do pedido de pagamento'',1,''v1/transaction/{parametro}/authorization'',1,1,null,1);'; + execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) VALUES (CONSTANTE_seq.nextval,''TS06_PATH_STATUS_AUTORIZACAO_CLIENTE'',''TROCO SIMPLES. Verificar status do pedido de pagamento'',1,''v1/transaction/{parametro}/authorization'',1,1,null,1)'; exception when dup_val_on_index then NULL; end; \ No newline at end of file