From 9cd8b3a2b77bcebbc6e9606e1963c09d2993d14e Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Wed, 14 May 2014 11:49:54 +0200 Subject: [PATCH] Add url column into llx_product into initdata for 3.6 (else phpunit is not happy) --- dev/initdata/mysqldump_dolibarr_3.6.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/initdata/mysqldump_dolibarr_3.6.0.sql b/dev/initdata/mysqldump_dolibarr_3.6.0.sql index 905d2179534..9e98b2e6656 100644 --- a/dev/initdata/mysqldump_dolibarr_3.6.0.sql +++ b/dev/initdata/mysqldump_dolibarr_3.6.0.sql @@ -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,