Fix: missing renaming field !!

This commit is contained in:
Regis Houssin
2013-04-03 18:54:44 +02:00
parent 7f15154c6b
commit d474955d56

View File

@@ -1,7 +1,7 @@
-- ============================================================================ -- ============================================================================
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2006-2011 Laurent Destailleur <eldy@users.sourceforge.net> -- Copyright (C) 2006-2011 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2007-2012 Regis Houssin <regis.houssin@capnetworks.com> -- Copyright (C) 2007-2013 Regis Houssin <regis.houssin@capnetworks.com>
-- --
-- This program is free software; you can redistribute it and/or modify -- 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 -- 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_crypted varchar(128),
pass_temp varchar(32), -- temporary password when asked for forget password pass_temp varchar(32), -- temporary password when asked for forget password
civilite varchar(6), civilite varchar(6),
name varchar(50), lastname varchar(50),
firstname varchar(50), firstname varchar(50),
address varchar(255), -- user personal address address varchar(255), -- user personal address
zip varchar(25), -- zipcode zip varchar(25), -- zipcode