From: <man...@us...> - 2009-12-15 12:00:23
|
Revision: 1344 http://j-trac.svn.sourceforge.net/j-trac/?rev=1344&view=rev Author: manfredwolff Date: 2009-12-15 12:00:15 +0000 (Tue, 15 Dec 2009) Log Message: ----------- Patch for oracle users using oracle < 11 Added Paths: ----------- trunk/jtrac/src/main/resources/jtrac.hbm-oralce.xml.patch Added: trunk/jtrac/src/main/resources/jtrac.hbm-oralce.xml.patch =================================================================== --- trunk/jtrac/src/main/resources/jtrac.hbm-oralce.xml.patch (rev 0) +++ trunk/jtrac/src/main/resources/jtrac.hbm-oralce.xml.patch 2009-12-15 12:00:15 UTC (rev 1344) @@ -0,0 +1,13 @@ +Index: jtrac.hbm.xml +=================================================================== +--- jtrac.hbm.xml (revision 1323) ++++ jtrac.hbm.xml (working copy) +@@ -120,7 +120,7 @@ + <many-to-one name="parent" column="item_id" not-null="true"/> + <property name="actualEffort" column="actual_effort"/> + <many-to-one name="attachment" column="attachment_id"/> +- <property name="comment" column="comment" type="text"/> ++ <property name="comment" column="jt_comment" type="text"/> + <!-- identical to Item --> + <property name="timeStamp" column="time_stamp"/> + <many-to-one name="loggedBy" column="logged_by" not-null="true"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |