Skip to content
Snippets Groups Projects
Commit f3c8adcc authored by Regis Houssin's avatar Regis Houssin
Browse files

Modif: augmentation de la capacité du champ "description"

parent 5626869f
Branches
Tags
No related merge requests found
...@@ -114,7 +114,7 @@ create table llx_product_det ...@@ -114,7 +114,7 @@ create table llx_product_det
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_product integer DEFAULT 0 NOT NULL, fk_product integer DEFAULT 0 NOT NULL,
lang varchar(5) DEFAULT 0 NOT NULL, lang varchar(5) DEFAULT 0 NOT NULL,
label varchar(255), label varchar(255) NOT NULL,
description text, description text,
note text note text
)type=innodb; )type=innodb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment