needed to add 4 characters to support the dashes

0.6.0-stable
Sean Dague 2008-04-07 23:03:09 +00:00
parent e409892a9c
commit bb2f163bf7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false">
<id name="ID" column="UUID" type="String" length="36" >
<id name="ID" column="UUID" type="String" length="40" >
<generator class="assigned" />
</id>
<property name="Type" type="SByte" />