diff --git a/htdocs/install/mysql/migration/15.0.0-16.0.0.sql b/htdocs/install/mysql/migration/15.0.0-16.0.0.sql index 1bc7f26cf83..9df59cf6cb4 100644 --- a/htdocs/install/mysql/migration/15.0.0-16.0.0.sql +++ b/htdocs/install/mysql/migration/15.0.0-16.0.0.sql @@ -219,6 +219,6 @@ CREATE TABLE llx_facture_fourn_det_rec_extrafields ALTER TABLE llx_facture_fourn_det_rec_extrafields ADD INDEX idx_facture_fourn_det_rec_extrafields (fk_object); -ALTER TABLE llx_facture_fourn ADD fk_fac_rec_source integer; +ALTER TABLE llx_facture_fourn ADD COLUMN fk_fac_rec_source integer; ALTER TABLE llx_mrp_mo ADD COLUMN fk_parent_line integer;