You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/18 02:02:54 UTC

svn commit: r476400 - /incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml

Author: sichen
Date: Fri Nov 17 17:02:53 2006
New Revision: 476400

URL: http://svn.apache.org/viewvc?view=rev&rev=476400
Log:
Added SurveyResponseAnswer.sequeceNum field, which is nice for ordering the response answers (usually in same sequence as the questions themselves)

Modified:
    incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml

Modified: incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml?view=diff&rev=476400&r1=476399&r2=476400
==============================================================================
--- incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/content/entitydef/entitymodel.xml Fri Nov 17 17:02:53 2006
@@ -1371,6 +1371,7 @@
       <field name="weightFactor" type="floating-point"/>
       <field name="duration" type="numeric"/>
       <field name="durationUomId" type="id"/>
+      <field name="sequenceNum" type="numeric"/>
       <prim-key field="surveyResponseId"/>
       <prim-key field="surveyQuestionId"/>
       <prim-key field="surveyMultiRespColId"/>