AdmMono/src/db/migration/V20220712_1720__mantis24765...

8 lines
331 B
MySQL

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;