From 733f1c9a9c9f51163daf54e705eb0644564ef3b2 Mon Sep 17 00:00:00 2001 From: bouba Date: Thu, 20 Nov 2003 21:24:07 +0000 Subject: [PATCH] Ajout colonne description --- mysql/tables/llx_groupart.sql | 1 + 1 file changed, 1 insertion(+) 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 );