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