Skip to content

Commit

Permalink
Merge pull request #6875 from atm-ph/fix_develop_ref_column_inventory
Browse files Browse the repository at this point in the history
Fix missing column ref on migration for inventory
  • Loading branch information
eldy committed May 29, 2017
2 parents 4474fc8 + 9bc60b8 commit d19a892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -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);

0 comments on commit d19a892

Please sign in to comment.