From 8f1cf4ec985a5c2c568170caf8934fb43d704aad Mon Sep 17 00:00:00 2001 From: rogerio.costa Date: Mon, 2 May 2016 12:44:02 -0300 Subject: [PATCH] #268 Pesquisar Documentos e Processos --- cit-ecm-api/src/main/resources/scripts/2.0.0-alpha.1/01-cit-ecm-2.0.0-alpha1-postgres.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cit-ecm-api/src/main/resources/scripts/2.0.0-alpha.1/01-cit-ecm-2.0.0-alpha1-postgres.sql b/cit-ecm-api/src/main/resources/scripts/2.0.0-alpha.1/01-cit-ecm-2.0.0-alpha1-postgres.sql index 78d8b9a..5bd576c 100644 --- a/cit-ecm-api/src/main/resources/scripts/2.0.0-alpha.1/01-cit-ecm-2.0.0-alpha1-postgres.sql +++ b/cit-ecm-api/src/main/resources/scripts/2.0.0-alpha.1/01-cit-ecm-2.0.0-alpha1-postgres.sql @@ -40,7 +40,7 @@ VALUES (NEXTVAL('hibernate_sequence'), NULL, NULL, LOCALTIMESTAMP, LOCALTIMESTAM INSERT INTO tarjaassinatura(id, databloqueio, datainativo, datacriacao, dataedicao, version, conteudo, descricao, inativador_id, autor_id, editor_id, anexoimagem_id, tipoassinatura_id) VALUES (NEXTVAL('hibernate_sequence'), NULL, NULL, LOCALTIMESTAMP, LOCALTIMESTAMP, 0, '', '', null, (select id from seguranca_usuario where username = 'admin'), null, null, (select id from dominio where chave = 'tipoAssinatura' and codigo = 2)); -update dominio set chave='estadoDocumentoGed' where chave = 'statusDocumentoGed'; + -- CIRO - 18/04/2016 - FIM -- 27/04/2016 ROGERIO CASSIMIRO TARJA PARA DOC E ASSINATURA -- libgit2 0.21.2