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