diff options
author | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
commit | 80520206fcd4c8c85eb28b4800c42136365b164d (patch) | |
tree | 9a5f583028198b44b0dc98b409fa410a4dab6418 /OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml | |
parent | * Temporarily revert nhibernate.dll to the previous one (diff) | |
download | opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.zip opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.gz opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.bz2 opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.xz |
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml')
-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 740a9f1..873930b 100644 --- a/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml | |||
@@ -9,8 +9,8 @@ | |||
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.UUIDUserType, OpenSim.Data.NHibernate" /> | 11 | <property name="WebLoginKey" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate" /> |
12 | <property name="HomeRegionX" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" /> | 12 | <property name="HomeRegionX" type="System.UInt32" /> |
13 | <property name="HomeRegionY" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" /> | 13 | <property name="HomeRegionY" type="System.UInt32" /> |
14 | <property name="HomeLocationX" type="Single" /> | 14 | <property name="HomeLocationX" type="Single" /> |
15 | <property name="HomeLocationY" type="Single" /> | 15 | <property name="HomeLocationY" type="Single" /> |
16 | <property name="HomeLocationZ" type="Single" /> | 16 | <property name="HomeLocationZ" type="Single" /> |