From 0c2be4b0ebe62d4805fe29f4f86d5495183664cc Mon Sep 17 00:00:00 2001 From: bouba Date: Thu, 20 Nov 2003 21:26:16 +0000 Subject: [PATCH] Alter de la colonne llx_groupart.description --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index a78301ac0fe..74c11f9e482 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -7,3 +7,5 @@ alter table llx_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0; alter table llx_product add seuil_stock_alerte integer default 0; + +ALTER TABLE `llx_groupart` ADD `description` TEXT AFTER `groupart` ; \ No newline at end of file