From d0fb263a2ac391c65663959d3b91c7cf0da247f0 Mon Sep 17 00:00:00 2001 From: wilian Date: Thu, 10 Sep 2020 20:01:10 +0000 Subject: [PATCH] bug#20284 dev:thiago qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@103260 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200910_1632__mantis20284.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20200910_1632__mantis20284.sql b/src/db/migration/V20200910_1632__mantis20284.sql index 770cf299e..4dd7e4d50 100644 --- a/src/db/migration/V20200910_1632__mantis20284.sql +++ b/src/db/migration/V20200910_1632__mantis20284.sql @@ -6,7 +6,7 @@ declare pragma exception_init (except_02291 , -02291); begin execute immediate 'INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, FECMODIF, USUARIO_ID) - VALUES (FUNCION_SISTEMA_SEQ.nextval, 1, ''AMD > SEGURANCA > CUSTOMIZACAO SISTEMA >> UPLOAD ARQUIVO CONFIGURACAO'', + VALUES (FUNCION_SISTEMA_SEQ.nextval, 1, ''ADM > SEGURANCA > CUSTOMIZACAO SISTEMA >> UPLOAD ARQUIVO CONFIGURACAO'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.CUSTOMSISTEMA.UPLOADARQUIVOCONFIGURACAO'', 1, SYSDATE, -1)'; exception