From 72a7c2e2bb2565377ed77a8d17d3c6c4f306a98f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 2 May 2008 18:39:13 +0000 Subject: [PATCH] added user appearance mapping in nhibernate --- .../Resources/UserAppearance.hbm.xml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml diff --git a/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml b/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml new file mode 100644 index 0000000000..ffb2199169 --- /dev/null +++ b/OpenSim/Data/NHibernate/Resources/UserAppearance.hbm.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file