diff options
author | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-01 18:42:14 +0000 |
commit | 80520206fcd4c8c85eb28b4800c42136365b164d (patch) | |
tree | 9a5f583028198b44b0dc98b409fa410a4dab6418 /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | * Temporarily revert nhibernate.dll to the previous one (diff) | |
download | opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.zip opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.gz opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.bz2 opensim-SC_OLD-80520206fcd4c8c85eb28b4800c42136365b164d.tar.xz |
* Unforunately it turns out not to be that simple. Revert the rest of r7560 for now.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index 7c42609..7c3d8cf 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -4,7 +4,7 @@ | |||
4 | <id name="FullID" column="ID" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="FullID" column="ID" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="OpenSim.Data.NHibernate.SByteType, OpenSim.Data.NHibernate" /> | 7 | <property name="Type" type="System.SByte" /> |
8 | <property name="Name" type="String" length="64" /> | 8 | <property name="Name" type="String" length="64" /> |
9 | <property name="Description" type="String" length="64" /> | 9 | <property name="Description" type="String" length="64" /> |
10 | <property name="Local" type="boolean" /> | 10 | <property name="Local" type="boolean" /> |