aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml
diff options
context:
space:
mode:
authorSean Dague2008-06-19 21:20:23 +0000
committerSean Dague2008-06-19 21:20:23 +0000
commitc2e2997a999ba5bdaa0b598b1286ee73cc14e372 (patch)
treec5771ea4b4599320b5574db5256cbfc742189808 /OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml
parentMantis#1572. Thank you kindly, Lulurun for a patch that addresses: (diff)
downloadopensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.zip
opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.gz
opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.bz2
opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.xz
more work towards nhibernate working with mysql, not there yet,
but moving in the right direction.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml')
-rw-r--r--OpenSim/Data/NHibernate/Resources/UserProfileData.hbm.xml4
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 cb83e2c..4003628 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.LLUUIDUserType, OpenSim.Data.NHibernate" /> 11 <property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
12 <property name="HomeRegionX" type="Int32" /> 12 <property name="HomeRegionX" type="System.UInt32" />
13 <property name="HomeRegionY" type="Int32" /> 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" />