From 0982b266ac4e855400f39ab08219e70b64233513 Mon Sep 17 00:00:00 2001 From: frederico Date: Wed, 15 Mar 2017 17:51:05 +0000 Subject: [PATCH] fixed bug #8688 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66885 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170314_1644__mantis8688.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/db/migration/V20170314_1644__mantis8688.sql diff --git a/src/db/migration/V20170314_1644__mantis8688.sql b/src/db/migration/V20170314_1644__mantis8688.sql new file mode 100644 index 000000000..bdd726cd7 --- /dev/null +++ b/src/db/migration/V20170314_1644__mantis8688.sql @@ -0,0 +1,4 @@ +INSERT INTO VTABOL.FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, FECMODIF) +VALUES (FUNCION_SISTEMA_SEQ.nextval, 2, 'VDA> SITEF>> MENU SITEF', + 'COM.RJCONSULTORES.VENTABOLETOS.GUI.VENTA.MENU.ITENS.ITEMMENUSITEF', 1, + current_timestamp); \ No newline at end of file