|
From: Michael K. <ko...@us...> - 2006-11-29 15:16:11
|
Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/item/db In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6325/db Modified Files: item_attachment.xml Log Message: Index: item_attachment.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/item/db/item_attachment.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- item_attachment.xml 18 Oct 2006 16:47:50 -0000 1.4 +++ item_attachment.xml 29 Nov 2006 15:15:59 -0000 1.5 @@ -4,7 +4,7 @@ <column name="attachid" type="int" primarykey="true"/> <column name="itemid" type="int" notnull="true"/> - <column name="name" type="string(50)"/> + <column name="name" type="string(100)"/> <column name="comment" type="string(200)"/> <column name="mimetype" type="string(30)"/> <column name="asize" type="int"/> |