Commit ea3eedf3e813a76d018a6f68304c8f2b102a32a2
1 parent
ea43c431
Exists in
master
Redmine #4783 Entrada contabilizando
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
cit-adm-materiais-api/src/main/resources/scripts-bd/postgres/v1.15.0/01-cit-adm-materiais-v1.15.0-postgres.sql
... | ... | @@ -1498,4 +1498,8 @@ ALTER TABLE alm_me_localestoque DROP CONSTRAINT uk_qnx0r3sv9yxte5bholpq15k4p; |
1498 | 1498 | alter table alm_mc_unidmedidaentrada add isPadrao boolean; |
1499 | 1499 | |
1500 | 1500 | alter table alm_mc_unidmedidaentrada_aud add isPadrao boolean; |
1501 | --- JOYFAS FIM 06/05/16 | |
1502 | 1501 | \ No newline at end of file |
1502 | +-- JOYFAS FIM 06/05/16 | |
1503 | + | |
1504 | +-- GEOVANE 10/05/2016 | |
1505 | +ALTER TABLE alm_me_fifoitem DROP CONSTRAINT IF EXISTS uk_3pa241s7brr43ml1kgvlrb9e8; | |
1506 | +-- GEOVANE FIM 10/05/2016 | |
1503 | 1507 | \ No newline at end of file | ... | ... |