diff options
author | Charles Krinke | 2009-02-09 21:44:39 +0000 |
---|---|---|
committer | Charles Krinke | 2009-02-09 21:44:39 +0000 |
commit | 70051278c448c130259d2ead4af1de1696879f58 (patch) | |
tree | 2c2bca3fecad8a1752a59acfd65ebcba0f9d85b5 /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | * Add the ability to type help <command> for more detailed help about a speci... (diff) | |
download | opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.zip opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.gz opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.bz2 opensim-SC_OLD-70051278c448c130259d2ead4af1de1696879f58.tar.xz |
Thank you kindly, TLaukkan (Tommil) for a patch that:
* Updated migration scripts and hbm.xml so that nhibernate tests work.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index db400ea..49b4ec7 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -6,6 +6,7 @@ | |||
6 | </id> | 6 | </id> |
7 | <property name="Data" type="binary" /> | 7 | <property name="Data" type="binary" /> |
8 | <component name="Metadata"> | 8 | <component name="Metadata"> |
9 | <property name="ID" column="MetadataID" type="String" length="36"/> | ||
9 | <property name="Type" type="OpenSim.Data.NHibernate.SByteType, OpenSim.Data.NHibernate" /> | 10 | <property name="Type" type="OpenSim.Data.NHibernate.SByteType, OpenSim.Data.NHibernate" /> |
10 | <property name="Name" type="String" length="64" /> | 11 | <property name="Name" type="String" length="64" /> |
11 | <property name="Description" type="String" length="64" /> | 12 | <property name="Description" type="String" length="64" /> |