From f08262dcd90ed303dff98835e028cd26ec4c0847 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Jan 2005 18:56:49 +0000 Subject: [PATCH] =?UTF-8?q?Retour=20arriere=20sur=20l'ajout=20de=20la=20co?= =?UTF-8?q?ntrainte=20de=20nom=20de=20soci=E9t=E9.=20On=20en=20mets=20pas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.1.0-1.2.0-RC1.sql | 1 - mysql/tables/llx_societe.sql | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 78dd2e784a4..87c99b17bd8 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -7,7 +7,6 @@ delete from llx_const where name like '%_OUTPUT_URL'; -alter table llx_societe modify nom varchar(60) UNIQUE; alter table llx_boxes add box_order smallint default 0 NOT NULL; alter table llx_user drop column module_comm; diff --git a/mysql/tables/llx_societe.sql b/mysql/tables/llx_societe.sql index 14f51fe719d..3ea088aa6fe 100644 --- a/mysql/tables/llx_societe.sql +++ b/mysql/tables/llx_societe.sql @@ -29,7 +29,7 @@ create table llx_societe tms timestamp, datec datetime, -- creation date datea datetime, -- activation date - nom varchar(60) UNIQUE, -- company name + nom varchar(60), -- company name code_client varchar(15), -- code client code_compta varchar(15), -- code compta address varchar(255), -- company adresse