diff --git a/src/db/migration/V20210411_2056__mantis21957.sql b/src/db/migration/V20210411_2056__mantis21957.sql new file mode 100644 index 000000000..f253b6fcb --- /dev/null +++ b/src/db/migration/V20210411_2056__mantis21957.sql @@ -0,0 +1,7 @@ +declare +begin + execute immediate 'Insert into CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) + values (CONSTANTE_SEQ.nextval,''TENANT_RECARGA_CELULAR'',''TENANT_RECARGA_CELULAR'',null,null,1,1,sysdate,1)'; + exception when others then null; +end; +/ \ No newline at end of file