Browse Source

Merge pull request #6875 from atm-ph/fix_develop_ref_column_inventory

Fix missing column ref on migration for inventory
Laurent Destailleur 8 years ago
parent
commit
d19a8929df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      htdocs/install/mysql/migration/5.0.0-6.0.0.sql

+ 1 - 0
htdocs/install/mysql/migration/5.0.0-6.0.0.sql

@@ -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);