From eddb9ddb2e79be1e0f8a8bebc95007ac34a8a83f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 18 Dec 2002 17:39:50 +0000 Subject: [PATCH] *** empty log message *** --- mysql/tables/llx_user.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mysql/tables/llx_user.sql b/mysql/tables/llx_user.sql index 1667bcc82d8..9a94e345f28 100644 --- a/mysql/tables/llx_user.sql +++ b/mysql/tables/llx_user.sql @@ -1,9 +1,6 @@ -- ============================================================================ -- Copyright (C) 2001-2002 Rodolphe Quiedeville -- --- $Id$ --- $Source$ --- -- 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 -- the Free Software Foundation; either version 2 of the License, or @@ -18,6 +15,9 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ +-- $Source$ +-- -- =========================================================================== create table llx_user @@ -26,7 +26,7 @@ create table llx_user datec datetime, tms timestamp, login varchar(8), - pass varchar(8), + pass varchar(32), name varchar(50), firstname varchar(50), code varchar(4),