diff options
author | Sean Dague | 2008-04-11 23:10:12 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-11 23:10:12 +0000 |
commit | e46454afa6d048379bf5cdb26e05023d4bc22206 (patch) | |
tree | f4f1800b24f1fd289ab2c967edc332c3a12ca0ca /OpenSim/Data/NHibernate/Resources | |
parent | add some convenience properties to get floats out of (diff) | |
download | opensim-SC_OLD-e46454afa6d048379bf5cdb26e05023d4bc22206.zip opensim-SC_OLD-e46454afa6d048379bf5cdb26e05023d4bc22206.tar.gz opensim-SC_OLD-e46454afa6d048379bf5cdb26e05023d4bc22206.tar.bz2 opensim-SC_OLD-e46454afa6d048379bf5cdb26e05023d4bc22206.tar.xz |
first drop of user storage implementation for nhibernate.
This surely doesn't work yet, but it compiles, and I'm getting
close to a stopping point for the day.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml b/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml index 25e073a..0dede95 100644 --- a/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml | |||
@@ -4,8 +4,8 @@ | |||
4 | <id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="FirstName" type="String" length="32" /> | 7 | <property name="FirstName" index="user_firstname" type="String" length="32" /> |
8 | <property name="SurName" type="String" length="32" /> | 8 | <property name="SurName" index="user_surname" type="String" length="32" /> |
9 | <property name="PasswordHash" type="String" length="32" /> | 9 | <property name="PasswordHash" type="String" length="32" /> |
10 | <property name="PasswordSalt" type="String" length="32" /> | 10 | <property name="PasswordSalt" type="String" length="32" /> |
11 | <property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 11 | <property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |