From 107e209b85d34572635165f759428f88a0a60c75 Mon Sep 17 00:00:00 2001 From: wilian Date: Fri, 27 Jul 2018 17:48:08 +0000 Subject: [PATCH] bug#11414 dev:thiago qua:marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@83728 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20180626_0919__mantis11414.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/db/migration/V20180626_0919__mantis11414.sql diff --git a/src/db/migration/V20180626_0919__mantis11414.sql b/src/db/migration/V20180626_0919__mantis11414.sql new file mode 100644 index 000000000..07f54a203 --- /dev/null +++ b/src/db/migration/V20180626_0919__mantis11414.sql @@ -0,0 +1,7 @@ +declare + dup_val_on_index exception; + pragma exception_init (dup_val_on_index , -00001); +begin + execute immediate 'insert into funcion_sistema (funcionsistema_id,sistema_id,nombfuncion,descruta,activo,fecmodif,usuario_id) values + (funcion_sistema_seq.nextval,2,''ADM > RELATORIO > MOVIMENTACAO ESTOQUE'',''COM.RJCONSULTORES.ADMINISTRACION.GUI.RELATORIOS.MENU.RELATORIOMOVIMENTACAOESTOQUE'',1,sysdate,1)'; +end; \ No newline at end of file