needed to add 4 characters to support the dashes
parent
e409892a9c
commit
bb2f163bf7
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue