Skip to content

Commit 9a5962c

Browse files
author
Jon Nicholson
committed
Fixed column lengths to be consistent with the rest of the framework.
1 parent 7bef717 commit 9a5962c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Code/Sif3Framework/Sif.Framework/Persistence/NHibernate/Mapping/SifObjectBinding.hbm.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id name="Id" column="SIF_OBJECT_BINDING_ID">
55
<generator class="native"/>
66
</id>
7-
<property name="RefId" column="REF_ID" length="200"/>
8-
<property name="OwnerId" column="OWNER_ID" length="200"/>
7+
<property name="RefId" column="REF_ID" length="32"/>
8+
<property name="OwnerId" column="OWNER_ID" length="256"/>
99
</class>
1010
</hibernate-mapping>

0 commit comments

Comments
 (0)