From 2f755c6cbc867850b5a36d731cecd4aa377c8522 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 10 Aug 2007 09:17:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20impossibilit=E9=20de=20cr=E9er=20une=20s?= =?UTF-8?q?ous-cat=E9gorie=20de=20m=EAme=20nom,=20la=20v=E9rification=20de?= =?UTF-8?q?=20doublon=20se=20fait=20d=E9j=E0=20sur=20un=20m=EAme=20niveau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.1.0-2.2.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index fa84f127dfb..8c32c564b46 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -47,7 +47,6 @@ alter table llx_adherent_type modify libelle varchar(50) NOT NULL; -- Extention de la gestion des catégories alter table llx_categorie ADD type int not null default '0'; -- V4 ALTER TABLE llx_categorie DROP INDEX uk_categorie_ref; -ALTER TABLE llx_categorie ADD UNIQUE INDEX uk_categorie_ref (label,type); drop table if exists `llx_categorie_societe`; create table `llx_categorie_societe` (