aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml
diff options
context:
space:
mode:
authorSean Dague2008-05-02 19:39:27 +0000
committerSean Dague2008-05-02 19:39:27 +0000
commit17496f3edfd208378f781b3d65ec888ff3ca56a8 (patch)
treee427581450189109f4848d8e5f6e20a7ca8ecef0 /OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml
parentmove it out of the Types namespace (diff)
downloadopensim-SC_OLD-17496f3edfd208378f781b3d65ec888ff3ca56a8.zip
opensim-SC_OLD-17496f3edfd208378f781b3d65ec888ff3ca56a8.tar.gz
opensim-SC_OLD-17496f3edfd208378f781b3d65ec888ff3ca56a8.tar.bz2
opensim-SC_OLD-17496f3edfd208378f781b3d65ec888ff3ca56a8.tar.xz
in theory fix the user table mapping
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml')
-rw-r--r--OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml b/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml
index ffb2199..0eabf0e 100644
--- a/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml
@@ -30,8 +30,8 @@
30 <property name="UnderPantsAsset" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 30 <property name="UnderPantsAsset" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
31 <property name="SkirtItem" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 31 <property name="SkirtItem" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
32 <property name="SkirtAsset" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" /> 32 <property name="SkirtAsset" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
33 <property name="Texture" type="byte[]" /> 33 <property name="Texture" type="binary" />
34 <property name="VisualParams" type="byte[]" /> 34 <property name="VisualParams" type="binary" />
35 <property name="Serial" type="int" /> 35 <property name="Serial" type="int" />
36 </class> 36 </class>
37</hibernate-mapping> \ No newline at end of file 37</hibernate-mapping> \ No newline at end of file