diff options
author | Sean Dague | 2008-06-27 14:22:18 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-27 14:22:18 +0000 |
commit | c8cd381c5606b7361832e967394ee9fdf529bad6 (patch) | |
tree | 46c364dd2c32634955c13803e796a105e558a875 /OpenSim/Data/NHibernate/Resources | |
parent | * Add extra backup parameter to InnerScene.AddRestoredSceneObject() (diff) | |
download | opensim-SC_OLD-c8cd381c5606b7361832e967394ee9fdf529bad6.zip opensim-SC_OLD-c8cd381c5606b7361832e967394ee9fdf529bad6.tar.gz opensim-SC_OLD-c8cd381c5606b7361832e967394ee9fdf529bad6.tar.bz2 opensim-SC_OLD-c8cd381c5606b7361832e967394ee9fdf529bad6.tar.xz |
added in new type for mapping texture objects to the db
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml | 4 |
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 30f39ef..06e9c1a 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="Binary" /> | 33 | <property name="Texture" type="OpenSim.Data.NHibernate.TextureUserType, OpenSim.Data.NHibernate" /> |
34 | <property name="VisualParams" type="Binary" /> | 34 | <property name="VisualParams" type="binary" /> |
35 | <property name="Serial" type="Int32" /> | 35 | <property name="Serial" type="Int32" /> |
36 | </class> | 36 | </class> |
37 | </hibernate-mapping> \ No newline at end of file | 37 | </hibernate-mapping> \ No newline at end of file |