fixes bug#20900
dev:alberto qua:wally git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@112043 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1c2cd86a0a
commit
fe47d54fde
|
@ -0,0 +1,7 @@
|
||||||
|
declare
|
||||||
|
begin
|
||||||
|
execute immediate 'INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, FECMODIF, USUARIO_ID)
|
||||||
|
VALUES(FUNCION_SISTEMA_SEQ.nextval, 1, ''ADM > SEGURANCA > EMBARCADA API'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.RECARREGARCACHEEMBARCADASINCRONIZACAOAPI'', 1, NULL, 1)';
|
||||||
|
exception when others then null;
|
||||||
|
end;
|
||||||
|
/
|
Loading…
Reference in New Issue