From 6bbc85a427c0055f8ead1aefcce7aa964119e525 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 23 Mar 2003 14:44:43 +0000 Subject: [PATCH] Ajout d'un champs fk_societe --- mysql/tables/llx_user.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_user.sql b/mysql/tables/llx_user.sql index 5965067ce9b..b3b6d8e9b5b 100644 --- a/mysql/tables/llx_user.sql +++ b/mysql/tables/llx_user.sql @@ -32,9 +32,10 @@ create table llx_user code varchar(4), email varchar(255), admin smallint default 0, - webcal_login varchar(25), + webcal_login varchar(25), module_comm smallint default 1, module_compta smallint default 1, + fk_societe integer default 0, note text, UNIQUE INDEX(login)