mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add url column into llx_product into initdata for 3.6 (else phpunit is
not happy)
This commit is contained in:
parent
eb8eca5f9d
commit
9cd8b3a2b7
|
|
@ -5505,6 +5505,7 @@ CREATE TABLE `llx_product` (
|
|||
`fk_product_type` int(11) DEFAULT '0',
|
||||
`duration` varchar(6) DEFAULT NULL,
|
||||
`seuil_stock_alerte` int(11) DEFAULT '0',
|
||||
`url` varchar(255),
|
||||
`barcode` varchar(255) DEFAULT NULL,
|
||||
`fk_barcode_type` int(11) DEFAULT '0',
|
||||
`accountancy_code_sell` varchar(15) DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user