Commit a8bf12bec69c4bf44af9f76d1a8c2eb8ccdf54f8
1 parent
3e71f604
Exists in
master
Redmine #4783 Correção de scripts
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
... | ... | @@ -1672,4 +1672,8 @@ update historicobempatrimonial hbp set codigooperacao = d.codigo |
1672 | 1672 | -- ERICK INICIO 12/05/2016 |
1673 | 1673 | |
1674 | 1674 | ALTER TABLE alm_ee_transferencia DROP CONSTRAINT fk_tou1v0a8mfd68auhh7imc6vw6; |
1675 | --- ERICK FIM 12/05/2016 | |
1676 | 1675 | \ No newline at end of file |
1676 | +-- ERICK FIM 12/05/2016 | |
1677 | + | |
1678 | +-- GEOVANE INICIO 13/05/2016 | |
1679 | +ALTER TABLE alm_me_fifoitem_aud ADD COLUMN entradaitem_id bigint; | |
1680 | +-- GEOVANE FIM 13/05/2016 | |
1677 | 1681 | \ No newline at end of file | ... | ... |