Files
dolibarr/htdocs/install
dolibarr95 ed207cfb2f NEW : manage several type of dangerous goods for a same parcel (#30238)
* 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);
2024-07-06 03:34:48 +02:00
..
2023-12-01 19:51:32 +01:00
2024-05-22 01:00:51 +02:00
2024-06-18 14:14:41 +02:00
2024-06-19 17:58:15 +02:00
2024-07-02 01:59:20 +02:00
2024-06-12 14:42:02 +02:00
2024-03-24 11:03:06 +01:00
2024-04-28 13:02:49 +02:00