diff --git a/htdocs/install/mysql/migration/20.0.0-21.0.0.sql b/htdocs/install/mysql/migration/20.0.0-21.0.0.sql index 2fa46a28a3e71..524bb915f1448 100644 --- a/htdocs/install/mysql/migration/20.0.0-21.0.0.sql +++ b/htdocs/install/mysql/migration/20.0.0-21.0.0.sql @@ -322,7 +322,6 @@ ALTER TABLE llx_c_tva ADD CONSTRAINT fk_tva_fk_department_buyer FOREIGN KEY (fk_ ALTER TABLE llx_expedition ADD COLUMN datee date AFTER ref_customer; ALTER TABLE llx_expeditiondet ADD COLUMN fk_unit integer AFTER qty; -ALTER TABLE llx_facture ADD COLUMN is_delivery_note tinyint DEFAULT 0 NOT NULL AFTER fk_facture_source; INSERT INTO llx_c_type_contact (element, source, code, libelle, active ) values ('expedition', 'external', 'SHIPPING', 'Loading facility', 1); INSERT INTO llx_c_type_contact (element, source, code, libelle, active ) values ('expedition', 'external', 'SHIPPING', 'Delivery facility', 1); INSERT INTO llx_c_type_contact (element, source, code, libelle, active ) values ('expedition', 'external', 'SHIPPING', 'Customer shipping contact', 1);