diff --git a/mysql/tables/llx_user.sql b/mysql/tables/llx_user.sql index 9a94e345f28..5965067ce9b 100644 --- a/mysql/tables/llx_user.sql +++ b/mysql/tables/llx_user.sql @@ -37,5 +37,5 @@ create table llx_user module_compta smallint default 1, note text, - UNIQUE INDEX(code) + UNIQUE INDEX(login) );