From 9c6393c0fe18507d692ce14bd696e0d0cc3c4dc3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Dec 2007 23:26:18 +0000 Subject: [PATCH] Fix: Migration incomplete. --- mysql/migration/2.1.0-2.2.0.sql | 1 + 1 file changed, 1 insertion(+) 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;