From 145db329e95c7043360d2d49a55457401cbc2069 Mon Sep 17 00:00:00 2001 From: "daniel.zauli" Date: Wed, 6 Nov 2019 19:50:47 +0000 Subject: [PATCH] =?UTF-8?q?0014037:=20Fechamento=20autom=C3=A1tico=20de=20?= =?UTF-8?q?caixa=20ao=20iniciar=20tareas=20fixes=20bug#0014037=20dev:Velos?= =?UTF-8?q?o=20qua:evidencia?= 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@98644 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20191107_1730__mantis14037.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/db/migration/V20191107_1730__mantis14037.sql diff --git a/src/db/migration/V20191107_1730__mantis14037.sql b/src/db/migration/V20191107_1730__mantis14037.sql new file mode 100644 index 000000000..4cdf13ad6 --- /dev/null +++ b/src/db/migration/V20191107_1730__mantis14037.sql @@ -0,0 +1,8 @@ +declare +begin + execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE, + VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) + values (CONSTANTE_SEQ.NEXTVAL,''IS_FECHAMENTO_RUNNING'',''IS_FECHAMENTO_RUNNING'', + 1,''0'',null,''1'',sysdate,''1'')'; + exception when others then null; +end; \ No newline at end of file