aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml
diff options
context:
space:
mode:
authorSean Dague2008-04-15 23:01:42 +0000
committerSean Dague2008-04-15 23:01:42 +0000
commit3891b2f86f1f73801efea0ec1a79a6f57c3116fc (patch)
treee95e30d24f59fa356343a2c6969a392fbd7376ea /OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml
parent* Fix mantis 975 - prim text > 255 chars (diff)
downloadopensim-SC_OLD-3891b2f86f1f73801efea0ec1a79a6f57c3116fc.zip
opensim-SC_OLD-3891b2f86f1f73801efea0ec1a79a6f57c3116fc.tar.gz
opensim-SC_OLD-3891b2f86f1f73801efea0ec1a79a6f57c3116fc.tar.bz2
opensim-SC_OLD-3891b2f86f1f73801efea0ec1a79a6f57c3116fc.tar.xz
fix types on nhibernate mappings for User bits
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml')
-rw-r--r--OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml b/OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml
index 4ff884d..a642ae8 100644
--- a/OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/UserAgentData.hbm.xml
@@ -6,16 +6,16 @@
6 </id> 6 </id>
7 <property name="AgentIP" type="String" length="24" /> 7 <property name="AgentIP" type="String" length="24" />
8 <property name="AgentPort" type="UInt32" /> 8 <property name="AgentPort" type="UInt32" />
9 <property name="AgentOnline" type="bool" /> 9 <property name="AgentOnline" type="boolean" />
10 <property name="SessionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 10 <property name="SessionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
11 <property name="SecureSessionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 11 <property name="SecureSessionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
12 <property name="InitialRegion" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 12 <property name="InitialRegion" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
13 <property name="Region" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 13 <property name="Region" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
14 <property name="LoginTime" type="Int32" /> 14 <property name="LoginTime" type="Int32" />
15 <property name="LogoutTime" type="Int32" /> 15 <property name="LogoutTime" type="Int32" />
16 <property name="Handle" type="ulong" /> 16 <property name="Handle" type="UInt64" />
17 <property name="PositionX" type="float" /> 17 <property name="PositionX" type="Single" />
18 <property name="PositionY" type="float" /> 18 <property name="PositionY" type="Single" />
19 <property name="PositionZ" type="float" /> 19 <property name="PositionZ" type="Single" />
20 </class> 20 </class>
21</hibernate-mapping> \ No newline at end of file 21</hibernate-mapping> \ No newline at end of file