Commit 8b60346604f37da12a9203d2f5e60891b46a0f07
1 parent
e97a6462
Exists in
master
[Redmine Atendimento #4576]Script - Alteração de labels
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
citgrp-patrimonio-api/src/main/resources/scripts-bd/postgres/v1.13.0/01-cit-patrimonio-v1.13.0-postgres.sql
... | ... | @@ -35,4 +35,8 @@ set |
35 | 35 | |
36 | 36 | -- Thiago 19/04/2016 |
37 | 37 | update entrada set isentradaconcluida = true where datacontabil is null |
38 | --- Fim Thiago 19/04/2016 | |
39 | 38 | \ No newline at end of file |
39 | +-- Fim Thiago 19/04/2016 | |
40 | + | |
41 | +-- Erick 20/04/2016 | |
42 | +TRUNCATE INTERNACIONALIZACAO; | |
43 | +-- Fim Erick 19/04/2016 | |
40 | 44 | \ No newline at end of file | ... | ... |