From 3993cc0c159dbf012a4b921b035d7a03fab29ce9 Mon Sep 17 00:00:00 2001 From: gleimar Date: Thu, 13 Jul 2017 13:18:11 +0000 Subject: [PATCH] bug#9071 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@71318 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20170605_1444__mantis9071.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20170605_1444__mantis9071.sql b/src/db/migration/V20170605_1444__mantis9071.sql index 9c5690a21..5fc955c36 100644 --- a/src/db/migration/V20170605_1444__mantis9071.sql +++ b/src/db/migration/V20170605_1444__mantis9071.sql @@ -1,4 +1,4 @@ -INSERT INTO VTABOL.FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, FECMODIF, USUARIO_ID) +INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, FECMODIF, USUARIO_ID) VALUES (FUNCION_SISTEMA_SEQ.nextval, 2, 'VTA>SITEFF>>ACESSO_MENU_SITEF', 'ACESSO_MENU_INTERATIVO_SITEF', 1, TO_DATE(current_date, 'YYYY-MM-DD HH24:MI:SS'), NULL); \ No newline at end of file