From 6e9969c6fb00c6ced31c5a769efb57b0e02c7fc3 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 25 Jun 2005 19:46:20 +0000
Subject: [PATCH] New: Ajout index sur code client et code compta

---
 mysql/migration/1.1.0-2.0.0.sql | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql
index f257c2676e7..bbdd00b249c 100644
--- a/mysql/migration/1.1.0-2.0.0.sql
+++ b/mysql/migration/1.1.0-2.0.0.sql
@@ -191,7 +191,6 @@ alter table llx_societe add capital real after tva_intra;
 alter table llx_societe add rubrique varchar(255);
 alter table llx_societe add remise_client real default 0;
 
-update llx_societe set prefix_comm = null where prefix_comm = '';
 update llx_societe set code_client = null where code_client = '';
 ALTER TABLE llx_societe ADD UNIQUE uk_societe_prefix_comm(prefix_comm);
 ALTER TABLE llx_societe ADD UNIQUE uk_societe_code_client(code_client);
-- 
GitLab