diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index 5455cb42b6c..699ca6193af 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -9,7 +9,7 @@ -- -alter table llx_categorie add column type tinyint DEFAULT 1 NOT NULL; -- Type de catégorie (product, supplier, societe) +alter table llx_categorie add column type tinyint DEFAULT 1 NOT NULL; -- Supprime les doublons de la table llx_categories -- V4.1 DROP TABLE tmp_categorie1;