diff --git a/mysql/tables/llx_groupart.sql b/mysql/tables/llx_groupart.sql index 56a2ceba01e..d230599622e 100644 --- a/mysql/tables/llx_groupart.sql +++ b/mysql/tables/llx_groupart.sql @@ -27,6 +27,7 @@ create table llx_groupart tms timestamp, nom varchar(64), groupart enum("artiste","groupe") NOT NULL, + description text NOT NULL, fk_user_author integer );