correção flyway

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73516 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2017-09-05 17:11:39 +00:00
parent f98838d775
commit 7e3e5f1b60
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ begin
execute immediate 'INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID,SISTEMA_ID,NOMBFUNCION,DESCRUTA,ACTIVO,FECMODIF,USUARIO_ID)
values (FUNCION_SISTEMA_SEQ.NEXTVAL,''1'',''ADM > RELATORIOS >> Segunda Via'',
''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOSEGUNDAVIA'',
''1'',to_date(''23/08/17','DD/MM/RR''),''1'')';
''1'',to_date(''23/08/17'',''DD/MM/RR''),''1'')';
exception when dup_val_on_index then null;
end;