From 6dd2ed7f7a0dc0eeac21c971df0d8d1f7b4d1e92 Mon Sep 17 00:00:00 2001 From: gleimar Date: Thu, 13 Jul 2017 13:18:48 +0000 Subject: [PATCH] bug#9071 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@71319 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 5fc955c36..505bc1ed5 100644 --- a/src/db/migration/V20170605_1444__mantis9071.sql +++ b/src/db/migration/V20170605_1444__mantis9071.sql @@ -1,4 +1,4 @@ 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 + current_date, NULL); \ No newline at end of file