Changeset 240

Show
Ignore:
Timestamp:
03/01/06 11:35:41
Author:
douglm
Message:

Longer user account names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/calCore/resources/hbms/User.hbm.xml

    r68 r240  
    2424 
    2525    <property name="account" 
    26               column="username" type="string" length="20" not-null="true" 
     26              column="username" type="string" length="100" not-null="true" 
    2727              unique-key="user-key" /> 
    2828