2
0
forked from Wavyzz/dolibarr

Fix missing migration

This commit is contained in:
Laurent Destailleur
2023-11-06 00:52:21 +01:00
parent 2198335e37
commit fe0eb11d16

View File

@@ -170,3 +170,6 @@ ALTER TABLE llx_facture_rec ADD INDEX idx_facture_rec_datec(datec);
ALTER TABLE llx_facturedet ADD COLUMN batch varchar(128) NULL; -- To store the batch to consume in stock when using a POS module
ALTER TABLE llx_facturedet ADD COLUMN fk_warehouse integer NULL; -- To store the warehouse where to consume stock when using a POS module
ALTER TABLE llx_multicurrency_rate ADD COLUMN rate_indirect double DEFAULT 0;