From 8e61f94f6ad61ca88fb6d9e5517b254cad1dc237 Mon Sep 17 00:00:00 2001 From: frederico Date: Tue, 4 Oct 2016 20:16:48 +0000 Subject: [PATCH] #8069 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@61164 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20161004_1718__mantis8069.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/db/migration/V20161004_1718__mantis8069.sql diff --git a/src/db/migration/V20161004_1718__mantis8069.sql b/src/db/migration/V20161004_1718__mantis8069.sql new file mode 100644 index 000000000..0ed579ed8 --- /dev/null +++ b/src/db/migration/V20161004_1718__mantis8069.sql @@ -0,0 +1,4 @@ +INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID,SISTEMA_ID,NOMBFUNCION,DESCRUTA,ACTIVO,FECMODIF,USUARIO_ID) +values (FUNCION_SISTEMA_SEQ.NEXTVAL,'1','HABILITAR NOVO CLIENTE', +'COM.RJCONSULTORES.VENTABOLETOS.WEB.UTILERIAS.MENU.ITEM.VENTA.CLINETE.HABILITARNOVOCLIENTE', +'1',to_date('15/04/16','DD/MM/RR'),'1'); \ No newline at end of file