Fix: Add civility for all peopal tables

This commit is contained in:
Laurent Destailleur 2011-07-12 22:03:44 +00:00
parent 5891f2c869
commit b427e9be93

View File

@ -17,7 +17,7 @@
-- along with this program; if not, write to the Free Software -- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-- --
-- $Id: llx_user.sql,v 1.8 2011/06/29 10:23:33 eldy Exp $ -- $Id: llx_user.sql,v 1.9 2011/07/12 22:03:44 eldy Exp $
-- =========================================================================== -- ===========================================================================
create table llx_user create table llx_user
@ -33,6 +33,7 @@ create table llx_user
pass varchar(32), pass varchar(32),
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),
name varchar(50), name varchar(50),
firstname varchar(50), firstname varchar(50),
office_phone varchar(20), office_phone varchar(20),