aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml
diff options
context:
space:
mode:
authorSean Dague2008-06-20 20:23:55 +0000
committerSean Dague2008-06-20 20:23:55 +0000
commit17fd6cf66113b4c6482d72ac54a79382408eec9c (patch)
tree56b7a0d3ebc4e59548d13ad186067793cb66de9a /OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml
parentcontent fridays. A whole bunch of new stock animations from Mo Hax (diff)
downloadopensim-SC_OLD-17fd6cf66113b4c6482d72ac54a79382408eec9c.zip
opensim-SC_OLD-17fd6cf66113b4c6482d72ac54a79382408eec9c.tar.gz
opensim-SC_OLD-17fd6cf66113b4c6482d72ac54a79382408eec9c.tar.bz2
opensim-SC_OLD-17fd6cf66113b4c6482d72ac54a79382408eec9c.tar.xz
lots of futzing with nhibernate to make it more efficient. I
don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml')
-rw-r--r--OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml
index 82a810e..167dd5b 100644
--- a/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/InventoryItemBase.hbm.xml
@@ -18,9 +18,9 @@
18 <property name="EveryOnePermissions" type="System.UInt32" /> 18 <property name="EveryOnePermissions" type="System.UInt32" />
19 <property name="GroupID" index="item_group_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 19 <property name="GroupID" index="item_group_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
20 <property name="GroupOwned" type="boolean" /> 20 <property name="GroupOwned" type="boolean" />
21 <property name="SalePrice" type="Int32" /> 21 <property name="SalePrice" type="System.Int32" />
22 <property name="SaleType" type="Int16" /> 22 <property name="SaleType" type="System.Byte" />
23 <property name="Flags" type="Int32" /> 23 <property name="Flags" type="Syste.UInt32" />
24 <property name="CreationDate" type="Int32" /> 24 <property name="CreationDate" type="Int32" />
25 </class> 25 </class>
26</hibernate-mapping> \ No newline at end of file 26</hibernate-mapping> \ No newline at end of file