Update 15.0.0-16.0.0.sql

This commit is contained in:
Laurent Destailleur 2022-02-10 10:09:05 +01:00 committed by GitHub
parent 194959c61c
commit 6ff39da34d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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