diff options
author | Sean Dague | 2008-07-23 22:14:32 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-23 22:14:32 +0000 |
commit | 47ad7056753636ea3948aa45c86cd30e72178777 (patch) | |
tree | a15d5916760bd4090643791d21469fd4e7fe9073 | |
parent | complete the prim inventory mapping (diff) | |
download | opensim-SC_OLD-47ad7056753636ea3948aa45c86cd30e72178777.zip opensim-SC_OLD-47ad7056753636ea3948aa45c86cd30e72178777.tar.gz opensim-SC_OLD-47ad7056753636ea3948aa45c86cd30e72178777.tar.bz2 opensim-SC_OLD-47ad7056753636ea3948aa45c86cd30e72178777.tar.xz |
fix column mapping
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml index e5225be..ffaea51 100644 --- a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | |||
@@ -114,7 +114,7 @@ | |||
114 | <id name="ItemID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 114 | <id name="ItemID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
115 | <generator class="assigned" /> | 115 | <generator class="assigned" /> |
116 | </id> | 116 | </id> |
117 | <property name="PrimID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> | 117 | <property name="ParentPartID" column="PrimID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> |
118 | <property name="AssetID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> | 118 | <property name="AssetID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> |
119 | <property name="ParentFolderID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> | 119 | <property name="ParentFolderID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> |
120 | <property name="CreatorID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> | 120 | <property name="CreatorID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"/> |