Changeset 240
- Timestamp:
- 03/01/06 11:35:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/calCore/resources/hbms/User.hbm.xml
r68 r240 24 24 25 25 <property name="account" 26 column="username" type="string" length=" 20" not-null="true"26 column="username" type="string" length="100" not-null="true" 27 27 unique-key="user-key" /> 28 28
