2
0
forked from Wavyzz/dolibarr

Màj column fk_fedault_workstatio and duration_unit

This commit is contained in:
atm-lena
2022-07-12 09:21:51 +02:00
parent db5c5b9020
commit 8a36e2e9d8

View File

@@ -55,3 +55,6 @@ ALTER TABLE llx_facture_fourn ADD COLUMN close_missing_amount double(24, 8) afte
-- Allow users to make subscriptions of any amount during membership subscription
ALTER TABLE llx_adherent_type ADD COLUMN caneditamount integer DEFAULT 0 AFTER amount;
ALTER TABLE llx_product ADD COLUMN fk_default_workstation integer DEFAULT NULL;
ALTER TABLE llx_bom_bomline ADD COLUMN duration_unit varchar(6) DEFAULT NULL;