aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate
diff options
context:
space:
mode:
authorSean Dague2008-07-16 14:41:49 +0000
committerSean Dague2008-07-16 14:41:49 +0000
commitc6b1a190bc7fb513ae63a694cf11ad4d5493355d (patch)
treed518e53b158076bfc89869a94f7158249aa4822b /OpenSim/Data/NHibernate
parentwork in progress on nhibernate (diff)
downloadopensim-SC_OLD-c6b1a190bc7fb513ae63a694cf11ad4d5493355d.zip
opensim-SC_OLD-c6b1a190bc7fb513ae63a694cf11ad4d5493355d.tar.gz
opensim-SC_OLD-c6b1a190bc7fb513ae63a694cf11ad4d5493355d.tar.bz2
opensim-SC_OLD-c6b1a190bc7fb513ae63a694cf11ad4d5493355d.tar.xz
refactoring primitive base shape to use properties
Diffstat (limited to 'OpenSim/Data/NHibernate')
-rw-r--r--OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
index 3a7d692..0004444 100644
--- a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml
@@ -74,11 +74,10 @@
74 <column name="SitTargetOrientZ" /> 74 <column name="SitTargetOrientZ" />
75 <column name="SitTargetOrientW" /> 75 <column name="SitTargetOrientW" />
76 </property> 76 </property>
77 </class> 77
78 <class name="PrimShape" type="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework">
79 <property name="
80 </class>
78 81
79 <class name="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework" table="PrimShapes" lazy="false">
80 <id name="UUID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
81 <generator class="assigned" />
82 </id>
83 </class> 82 </class>
84</hibernate-mapping> \ No newline at end of file 83</hibernate-mapping> \ No newline at end of file