diff options
author | Sean Dague | 2008-06-19 21:20:23 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-19 21:20:23 +0000 |
commit | c2e2997a999ba5bdaa0b598b1286ee73cc14e372 (patch) | |
tree | c5771ea4b4599320b5574db5256cbfc742189808 /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | Mantis#1572. Thank you kindly, Lulurun for a patch that addresses: (diff) | |
download | opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.zip opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.gz opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.bz2 opensim-SC_OLD-c2e2997a999ba5bdaa0b598b1286ee73cc14e372.tar.xz |
more work towards nhibernate working with mysql, not there yet,
but moving in the right direction.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index 261c136..60fc146 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -4,8 +4,8 @@ | |||
4 | <id name="FullID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="FullID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="Int16" /> | 7 | <property name="Type" type="System.SByte" /> |
8 | <property name="InvType" type="Int16" /> | 8 | <property name="InvType" type="System.SByte" /> |
9 | <property name="Name" type="String" length="64" /> | 9 | <property name="Name" type="String" length="64" /> |
10 | <property name="Description" type="String" length="64" /> | 10 | <property name="Description" type="String" length="64" /> |
11 | <property name="Local" type="boolean" /> | 11 | <property name="Local" type="boolean" /> |