Commit 8f1cf4ec985a5c2c568170caf8934fb43d704aad
1 parent
f678eb5b
Exists in
master
#268 Pesquisar Documentos e Processos
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 |
40 | 40 | INSERT INTO tarjaassinatura(id, databloqueio, datainativo, datacriacao, dataedicao, version, conteudo, descricao, inativador_id, autor_id, editor_id, anexoimagem_id, tipoassinatura_id) |
41 | 41 | 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)); |
42 | 42 | |
43 | -update dominio set chave='estadoDocumentoGed' where chave = 'statusDocumentoGed'; | |
43 | + | |
44 | 44 | -- CIRO - 18/04/2016 - FIM |
45 | 45 | |
46 | 46 | -- 27/04/2016 ROGERIO CASSIMIRO TARJA PARA DOC E ASSINATURA | ... | ... |