From ce0f8a6e59dafa8a767128cf04b31fee17853b9e Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 4 Nov 2016 19:56:48 +0000 Subject: [PATCH] =?UTF-8?q?Mudando=20para=20adicionar=20permiss=C3=A3o=20p?= =?UTF-8?q?or=20funcion=5Fsistema.=20fixes=20bug#8087?= 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@62342 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161104_1758__mantis8087.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20161104_1758__mantis8087.sql diff --git a/src/db/migration/V20161104_1758__mantis8087.sql b/src/db/migration/V20161104_1758__mantis8087.sql new file mode 100644 index 000000000..2c60ae35b --- /dev/null +++ b/src/db/migration/V20161104_1758__mantis8087.sql @@ -0,0 +1 @@ +Insert into FUNCION_SISTEMA (FUNCIONSISTEMA_ID,SISTEMA_ID,NOMBFUNCION,DESCRUTA,ACTIVO,FECMODIF,USUARIO_ID) values (FUNCION_SISTEMA_SEQ.NEXTVAL,'1','VDA > CAIXA >> CONSULTA DE BILHETES >> TROCA TITULARIDADE','COM.RJCONSULTORES.VENTABOLETOS.GUI.CONSULTABOLETO.TROCATITULARIDADE','1',to_date('28-01-2015 17:15:17','DD-MM-YYYY HH24:MI:SS'),'1'); \ No newline at end of file