Merge pull request 'fixes bug#AL-2404' (!36) from AL-2404 into master

Reviewed-on: http://18.235.188.113:3000/utilidades/Flyway/pulls/36
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master
Célio de Souza Ribeiro JR 2023-05-03 18:11:33 +00:00
commit 7ea343c150
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId> <artifactId>Flyway</artifactId>
<version>3.2.1</version> <version>1.2.0</version>
<distributionManagement> <distributionManagement>
<repository> <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;