diff --git a/src/db/migration/V20220712_1720__mantis24765.sql b/src/db/migration/V20220712_1720__mantis24765.sql new file mode 100644 index 000000000..5a26f3372 --- /dev/null +++ b/src/db/migration/V20220712_1720__mantis24765.sql @@ -0,0 +1,7 @@ +declare +begin + execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > PASSAGENS AGER'', + ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOPASSAGENSAGER'', 1, SYSDATE, 1)'; + exception when others then null; +end; +