Commit 3eeb3c8fc0faca8848731f148ae976cc54fb4751
1 parent
b01d747f
Exists in
master
Redmine #4855
Showing
1 changed file
with
4 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
... | ... | @@ -1579,4 +1579,7 @@ CREATE TABLE alm_ee_transferencia_aud |
1579 | 1579 | |
1580 | 1580 | -- RONAN INICIO 09/05/2016 -- |
1581 | 1581 | ALTER TABLE alm_me_localestoque_aud ADD COLUMN capacidade NUMERIC(19,2); |
1582 | --- RONAN FIM 09/05/2016 | |
1583 | 1582 | \ No newline at end of file |
1583 | + | |
1584 | +update pessoa set email = null where email = ' '; | |
1585 | +-- RONAN FIM 09/05/2016 | |
1586 | + | ... | ... |