Skip to content

Commit

Permalink
Mnet: Minor: Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
donal72 committed Jan 24, 2007
1 parent 36e6379 commit 6e783f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@
<FIELD NAME="info" TYPE="char" LENGTH="255" NOTNULL="true" SEQUENCE="false" ENUM="false" PREVIOUS="url"/>
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="primary key of the mnet_session table"/>
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="primary key of the mnet_log table"/>
</KEYS>
<INDEXES>
<INDEX NAME="hostid_userid_course" UNIQUE="false" FIELDS="hostid, userid, course"/>
Expand Down

0 comments on commit 6e783f2

Please sign in to comment.