Fix init data of units D and H.

This commit is contained in:
Laurent Destailleur
2020-05-01 22:44:46 +02:00
parent cc4a9ed10d
commit c2c0e6517f
2 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,9 @@
-- Missing in v11
UPDATE llx_c_units set scale = 3600 where code = 'H' and unit_type = 'time';
UPDATE llx_c_units set scale = 86400 where code = 'D' and unit_type = 'time';
create table llx_commande_fournisseur_dispatch_extrafields
(
rowid integer AUTO_INCREMENT PRIMARY KEY,