aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate
diff options
context:
space:
mode:
authorSean Dague2008-07-16 15:10:35 +0000
committerSean Dague2008-07-16 15:10:35 +0000
commitf3173735fad0e0712086e4058151adf4815373e4 (patch)
tree5b9fb6fc5a9b4c5fa8d1de1a4df03428cba7c0ee /OpenSim/Data/NHibernate
parentrefactoring of PrimitiveBaseShape to properties (diff)
downloadopensim-SC_OLD-f3173735fad0e0712086e4058151adf4815373e4.zip
opensim-SC_OLD-f3173735fad0e0712086e4058151adf4815373e4.tar.gz
opensim-SC_OLD-f3173735fad0e0712086e4058151adf4815373e4.tar.bz2
opensim-SC_OLD-f3173735fad0e0712086e4058151adf4815373e4.tar.xz
Revert "refactoring of PrimitiveBaseShape to properties"
This reverts commit 60e13a9997da89d224fbe8a97ab42bfc6114a45f.
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