diff options
author | Sean Dague | 2008-07-16 21:28:01 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-16 21:28:01 +0000 |
commit | 40ab5f208582ac72a2b528d05e23dbc0d8d2592a (patch) | |
tree | cfa4621f1fa08e0999d7a7a1393bb18eb09909fc /OpenSim/Data | |
parent | getting close on saving prims via nhibernate (diff) | |
download | opensim-SC_OLD-40ab5f208582ac72a2b528d05e23dbc0d8d2592a.zip opensim-SC_OLD-40ab5f208582ac72a2b528d05e23dbc0d8d2592a.tar.gz opensim-SC_OLD-40ab5f208582ac72a2b528d05e23dbc0d8d2592a.tar.bz2 opensim-SC_OLD-40ab5f208582ac72a2b528d05e23dbc0d8d2592a.tar.xz |
clean up mappings for parent id
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml index a605e48..5b8b7f2 100644 --- a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | |||
@@ -4,7 +4,8 @@ | |||
4 | <id name="UUID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="UUID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="ParentID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 7 | <property name="ParentID" type="System.UInt32"/> |
8 | <property name="ParentUUID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | ||
8 | <property name="RegionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> | 9 | <property name="RegionID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> |
9 | <property name="CreationDate" type="System.Int32" /> | 10 | <property name="CreationDate" type="System.Int32" /> |
10 | <property name="Name" type="String" length="255" /> | 11 | <property name="Name" type="String" length="255" /> |