mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
* NEW : manage several type of dangerous goods for a same parcel Manage several type of dangerous goods for a same parcel Before : dangerous_goods : smallint (so only 1 type can be defined eg 3) After dangerous_goods : varchar so can be a list of numbers eg 3,5,8 * Update llx_expedition_package.sql > Adding a default value to default '0' to keep compatibility seems required. * Update 20.0.0-21.0.0.sql > You must include migration change into same PR so PR is atomic. Include change of #30237 * Update llx_expedition_package.sql space missing * Update 20.0.0-21.0.0.sql > -- To change type of field: ALTER TABLE llx_table MODIFY COLUMN name varchar(60);