From 7e3e5f1b60faee9bf874f3f618e2955a2930df5a Mon Sep 17 00:00:00 2001 From: frederico Date: Tue, 5 Sep 2017 17:11:39 +0000 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73516 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170904_1433__mantis9746.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170904_1433__mantis9746.sql b/src/db/migration/V20170904_1433__mantis9746.sql index 6df7c7d19..48defa175 100644 --- a/src/db/migration/V20170904_1433__mantis9746.sql +++ b/src/db/migration/V20170904_1433__mantis9746.sql @@ -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; \ No newline at end of file