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
commit
7ea343c150
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>Flyway</artifactId>
|
||||
<version>3.2.1</version>
|
||||
<version>1.2.0</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Reference in New Issue