diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index 41bf916decc..2d63f09c09d 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -26,7 +26,7 @@ create table llx_entrepot rowid integer AUTO_INCREMENT PRIMARY KEY, datec datetime, tms timestamp, - label varchar(255) NOT NULL, + label varchar(255) UNIQUE NOT NULL, description text, lieu varchar(64), -- résumé lieu situation address varchar(255),