Commit 28f2aa6d2a67a011f0a879347a117c0dffde79cd
1 parent
e64a5355
Exists in
master
[Redmine #5043]Salvar atendimento requisição
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
cit-adm-materiais-api/src/main/resources/scripts-bd/postgres/v1.16.0/01-cit-adm-materiais-v1.16.0-postgres.sql
@@ -169,4 +169,9 @@ CREATE TABLE alm_rc_at_item_end_aud | @@ -169,4 +169,9 @@ CREATE TABLE alm_rc_at_item_end_aud | ||
169 | materiallocalestoque_id bigint | 169 | materiallocalestoque_id bigint |
170 | ); | 170 | ); |
171 | 171 | ||
172 | --- ERICK FIM 23/05/2016 | ||
173 | \ No newline at end of file | 172 | \ No newline at end of file |
173 | +-- ERICK FIM 23/05/2016 | ||
174 | + | ||
175 | +-- ERICK INICIO 24/05/2016 | ||
176 | + ALTER TABLE alm_me_fifoitem ADD valorResto numeric(20,4); | ||
177 | + ALTER TABLE alm_me_fifoitem_aud ADD valorResto numeric(20,4); | ||
178 | +-- ERICK FIM 24/05/2016 | ||
174 | \ No newline at end of file | 179 | \ No newline at end of file |