From d474955d5678ca89e37e276e7401372953f49c9c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 Apr 2013 18:54:44 +0200 Subject: [PATCH] Fix: missing renaming field !! --- htdocs/install/mysql/tables/llx_user.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/tables/llx_user.sql b/htdocs/install/mysql/tables/llx_user.sql index 0a3f63d873d..6f1f44f6b2c 100644 --- a/htdocs/install/mysql/tables/llx_user.sql +++ b/htdocs/install/mysql/tables/llx_user.sql @@ -1,7 +1,7 @@ -- ============================================================================ -- Copyright (C) 2001-2003 Rodolphe Quiedeville -- Copyright (C) 2006-2011 Laurent Destailleur --- Copyright (C) 2007-2012 Regis Houssin +-- Copyright (C) 2007-2013 Regis Houssin -- -- 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 @@ -33,7 +33,7 @@ create table llx_user pass_crypted varchar(128), pass_temp varchar(32), -- temporary password when asked for forget password civilite varchar(6), - name varchar(50), + lastname varchar(50), firstname varchar(50), address varchar(255), -- user personal address zip varchar(25), -- zipcode