mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
needed to add 4 characters to support the dashes
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user