Skip to content

Commit

Permalink
Comment added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethem committed Aug 10, 2006
1 parent a1bdf65 commit 067d3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enrol/authorize/db/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="Primary key for enrol_authorize_refunds" NEXT="orderid"/>
<KEY NAME="orderid" TYPE="foreign" FIELDS="orderid" REFTABLE="enrol_authorize" REFFIELDS="id" COMMENT="Default comment for the key, please edit me" PREVIOUS="primary"/>
<KEY NAME="orderid" TYPE="foreign" FIELDS="orderid" REFTABLE="enrol_authorize" REFFIELDS="id" COMMENT="Reference to enrol_authorize.id" PREVIOUS="primary"/>
</KEYS>
<INDEXES>
<INDEX NAME="transid" UNIQUE="false" FIELDS="transid"/>
Expand Down

0 comments on commit 067d3cd

Please sign in to comment.