Merge pull request #6875 from atm-ph/fix_develop_ref_column_inventory

Fix missing column ref on migration for inventory
This commit is contained in:
Laurent Destailleur 2017-05-29 10:11:26 +02:00 committed by GitHub
commit d19a8929df

View File

@ -348,3 +348,4 @@ ALTER TABLE llx_facture ADD COLUMN fk_fac_rec_source integer;
DELETE from llx_c_actioncomm where code in ('AC_PROP','AC_COM','AC_FAC','AC_SHIP','AC_SUP_ORD','AC_SUP_INV') AND id NOT IN (SELECT DISTINCT fk_action FROM llx_actioncomm);
ALTER TABLE llx_inventory ADD COLUMN ref varchar(48);