From 3df76d8f3c1b94f9d8793950f938952244c1dbaa Mon Sep 17 00:00:00 2001 From: "alexandre.lima" Date: Fri, 25 Aug 2017 20:38:37 +0000 Subject: [PATCH] Fixes Bug #0009709 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73096 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170825_1740__mantis9709.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/db/migration/V20170825_1740__mantis9709.sql diff --git a/src/db/migration/V20170825_1740__mantis9709.sql b/src/db/migration/V20170825_1740__mantis9709.sql new file mode 100644 index 000000000..d0ddd034c --- /dev/null +++ b/src/db/migration/V20170825_1740__mantis9709.sql @@ -0,0 +1 @@ +INSERT INTO FUNCION_SISTEMA VALUES (FUNCION_SISTEMA_SEQ.NEXTVAL, 1, 'ADM > RELATORIOS >> BILHTES VENDIDOS', 'COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOBILHTESVENDIDOS', 1, '25/08/2017', 1); \ No newline at end of file