aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSean Dague2008-04-07 23:03:09 +0000
committerSean Dague2008-04-07 23:03:09 +0000
commitbb2f163bf78ed554f271101ecb2433872e84c9cd (patch)
tree114bcd2eac8026569e4c3ddef4a5409831ccd29f /OpenSim
parent* Updated ODE.NET bindings to the ODE library. (diff)
downloadopensim-SC_OLD-bb2f163bf78ed554f271101ecb2433872e84c9cd.zip
opensim-SC_OLD-bb2f163bf78ed554f271101ecb2433872e84c9cd.tar.gz
opensim-SC_OLD-bb2f163bf78ed554f271101ecb2433872e84c9cd.tar.bz2
opensim-SC_OLD-bb2f163bf78ed554f271101ecb2433872e84c9cd.tar.xz
needed to add 4 characters to support the dashes
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml2
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 ec4d168..bf2cda7 100644
--- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml
+++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml
@@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8" ?> 1<?xml version="1.0" encoding="utf-8" ?>
2<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> 2<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
3 <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false"> 3 <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false">
4 <id name="ID" column="UUID" type="String" length="36" > 4 <id name="ID" column="UUID" type="String" length="40" >
5 <generator class="assigned" /> 5 <generator class="assigned" />
6 </id> 6 </id>
7 <property name="Type" type="SByte" /> 7 <property name="Type" type="SByte" />