Commit b01d747fd30849576db8adf4f36de940849448df
1 parent
e60747f1
Exists in
master
Script faltando
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
... | ... | @@ -1575,4 +1575,8 @@ CREATE TABLE alm_ee_transferencia_aud |
1575 | 1575 | CONSTRAINT alm_ee_transferencia_aud_pkey PRIMARY KEY (id, rev) |
1576 | 1576 | ); |
1577 | 1577 | |
1578 | --- ERICK FIM 09/05/2016 | |
1579 | 1578 | \ No newline at end of file |
1579 | +-- ERICK FIM 09/05/2016 | |
1580 | + | |
1581 | +-- RONAN INICIO 09/05/2016 -- | |
1582 | +ALTER TABLE alm_me_localestoque_aud ADD COLUMN capacidade NUMERIC(19,2); | |
1583 | +-- RONAN FIM 09/05/2016 | |
1580 | 1584 | \ No newline at end of file | ... | ... |