From 1058cdec99cd1bcc335f9b6d444a3b82cfd3bfe1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 18:19:15 +0000 Subject: [PATCH] Add fk_socpeople --- 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 b3b6d8e9b5b..64050efd679 100644 --- a/mysql/tables/llx_user.sql +++ b/mysql/tables/llx_user.sql @@ -1,5 +1,5 @@ -- ============================================================================ --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2003 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ create table llx_user module_comm smallint default 1, module_compta smallint default 1, fk_societe integer default 0, + fk_socpeople integer default 0, note text, UNIQUE INDEX(login)