From 41a614481856eccd2a4c4713706f60c4190eee3c Mon Sep 17 00:00:00 2001 From: "thiago.clemente" Date: Fri, 30 Aug 2019 16:36:15 +0000 Subject: [PATCH] fixes bug#15134 dev: qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@97121 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20190826_1430__mantis15134.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/db/migration/V20190826_1430__mantis15134.sql diff --git a/src/db/migration/V20190826_1430__mantis15134.sql b/src/db/migration/V20190826_1430__mantis15134.sql new file mode 100644 index 000000000..9d7e94cca --- /dev/null +++ b/src/db/migration/V20190826_1430__mantis15134.sql @@ -0,0 +1,5 @@ +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 > RELATORIOS > RELATORIOS > RELATORIOS ESTATISTICOS > MOVIMENTACOES DE BILHETES'', ''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOMOVIMENTACAOBILHETE'', 1, SYSDATE, 1)'; +exception when others then null; +end; \ No newline at end of file