Scarab commit: svn commit: r10444 - trunk/src/schema/scarab-schema.xml
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122 Date: 2007-06-09 07:05:56-0700 New Revision: 10444 Modified: trunk/src/schema/scarab-schema.xml Log: Removed "e; from the descriptions because this brakes the java code generated by torque. Modified: trunk/src/schema/scarab-schema.xml Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/schema/scarab-schema.xml?view=diff&rev=10444&p1=trunk/src/schema/scarab-schema.xml&p2=trunk/src/schema/scarab-schema.xml&r1=10443&r2=10444 ============================================================================== --- trunk/src/schema/scarab-schema.xml (original) +++ trunk/src/schema/scarab-schema.xml 2007-06-09 07:05:56-0700 @@ -570,7 +570,7 @@ <column name="OPTION1_ID" primaryKey="true" required="true" type="INTEGER" description="Parent Option."/> <column name="OPTION2_ID" primaryKey="true" required="true" type="INTEGER" description="Child Option."/> <column name="RELATIONSHIP_ID" required="true" type="INTEGER" description="The type of relationship. See the SCARAB_OPTION_RELATIONSHIP table for the different types"/> - <column name="WEIGHT" required="false" type="INTEGER" javaType="primitive" description="This gives "weight" to an option. In other words, it can be used to set the importance of one option vs. another option. P1 can be made more important than P2. This is currently not used in the code. This may become more useful in the future when we have external workflow logic. This is placed here because an Attribute Option may have different weights with different parents."/> + <column name="WEIGHT" required="false" type="INTEGER" javaType="primitive" description="This gives weight to an option. In other words, it can be used to set the importance of one option vs. another option. P1 can be made more important than P2. This is currently not used in the code. This may become more useful in the future when we have external workflow logic. This is placed here because an Attribute Option may have different weights with different parents."/> <column name="PREFERRED_ORDER" required="true" type="INTEGER" javaType="primitive" description="The preferred order that these options should be shown in. Each option should have a 1-N ordering for all of its options (regardless of nesting)."/> <foreign-key foreignTable="SCARAB_ATTRIBUTE_OPTION"> <reference local="OPTION1_ID" foreign="OPTION_ID"/>