Commit 7208dc49d1cf889c4726fca3045b8f7210062094
1 parent
ca04823d
Exists in
master
Redmine #4783 Arrumando regras referentes à mudanças de almoxarifado, endereços …
…de estoque e contabilização/descontabilização da entrada e correções de pequenos problemas no wizard.
Showing
1 changed file
with
4 additions
and
0 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
@@ -1682,3 +1682,7 @@ ALTER TABLE alm_me_fifoitem_aud ADD COLUMN entradaitem_id bigint; | @@ -1682,3 +1682,7 @@ ALTER TABLE alm_me_fifoitem_aud ADD COLUMN entradaitem_id bigint; | ||
1682 | 1682 | ||
1683 | ALTER TABLE alm_ee_transferencia DROP CONSTRAINT uk_tou1v0a8mfd68auhh7imc6vw6; | 1683 | ALTER TABLE alm_ee_transferencia DROP CONSTRAINT uk_tou1v0a8mfd68auhh7imc6vw6; |
1684 | -- ERICK FIM 12/05/2016 | 1684 | -- ERICK FIM 12/05/2016 |
1685 | + | ||
1686 | +-- GEOVANE INICIO 14/05/2016 | ||
1687 | +ALTER TABLE alm_en_entradaitem ALTER COLUMN materiallocalestoque_id DROP NOT NULL; | ||
1688 | +-- GEOVANE FIM 14/05/2016 | ||
1685 | \ No newline at end of file | 1689 | \ No newline at end of file |