diff options
author | Sean Dague | 2008-04-09 18:04:03 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-09 18:04:03 +0000 |
commit | ce5e51240f6bfb6e0bd524c4cb13d577c92f789c (patch) | |
tree | 600f9a769e97302e93cbda13da3a2a9b869610d8 /OpenSim/Data/NHibernate/Resources | |
parent | more futzing around here. None of this works yet because (diff) | |
download | opensim-SC_OLD-ce5e51240f6bfb6e0bd524c4cb13d577c92f789c.zip opensim-SC_OLD-ce5e51240f6bfb6e0bd524c4cb13d577c92f789c.tar.gz opensim-SC_OLD-ce5e51240f6bfb6e0bd524c4cb13d577c92f789c.tar.bz2 opensim-SC_OLD-ce5e51240f6bfb6e0bd524c4cb13d577c92f789c.tar.xz |
NHibernate Inventory support. Lightly tested, but seems to work
well enough on my test environment. Will need to add some exception
catching down the road.
On to User Store.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml index 71a6602..4411071 100644 --- a/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml | |||
@@ -5,7 +5,7 @@ | |||
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="short" /> | 7 | <property name="Type" type="short" /> |
8 | <property name="Version" type="short" /> | 8 | <property name="Version" type="UInt16" /> |
9 | <property name="ParentID" index="folder_parent_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 9 | <property name="ParentID" index="folder_parent_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
10 | <property name="Owner" index="folder_owner_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 10 | <property name="Owner" index="folder_owner_id" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
11 | <property name="Name" type="String" length="64" /> | 11 | <property name="Name" type="String" length="64" /> |