fixes bug#AL-2404

master
Célio de Souza Ribeiro JR 2023-05-03 11:22:43 -03:00
parent 7cc711b2cd
commit 344fa620fc
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<distributionManagement>
<repository>

View File

@ -0,0 +1,7 @@
declare
begin
execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > RELATORIOS AGR > PASSAGENS AGR'',
''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOPASSAGENSAGR'', 1, SYSDATE, 1)';
exception when others then null;
end;