From 537a06245c7b82bafd03921cc6edd96a077a03ad Mon Sep 17 00:00:00 2001 From: fabio Date: Thu, 14 Mar 2019 13:43:06 +0000 Subject: [PATCH] bug#13471 dev: Aristides qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90757 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20190312_1508__mantis13471.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/migration/V20190312_1508__mantis13471.sql b/src/db/migration/V20190312_1508__mantis13471.sql index 39cf6cfb1..1611eb165 100644 --- a/src/db/migration/V20190312_1508__mantis13471.sql +++ b/src/db/migration/V20190312_1508__mantis13471.sql @@ -4,5 +4,6 @@ declare begin execute immediate 'INSERT INTO funcion_sistema VALUES (funcion_sistema_seq.NEXTVAL, 1, ''ADM > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICO > GRATUIDADE AGER'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOGRATUIDADEAGER'', 1, SYSDATE, 1)'; + exception when dup_val_on_index then null; end;