Skip to content

Commit

Permalink
Update 20.0.0-21.0.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 12, 2024
1 parent 31f4007 commit f423ccf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/install/mysql/migration/20.0.0-21.0.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f423ccf

Please sign in to comment.