mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
some bug fixes
This commit is contained in:
parent
dc1acc9bcb
commit
7c5406967d
14 changed files with 141 additions and 47 deletions
|
@ -1,5 +1,18 @@
|
|||
<DBMIGRATION type="mod/hotpot" VERSION="2005120100">
|
||||
<TABLES>
|
||||
<TABLE name="hotpot_attempts" />
|
||||
<TABLE name="hotpot_strings">
|
||||
<FIELDS>
|
||||
<FIELD name="string" method="NO_CONV" type="TEXT" length="0">
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
<TABLE name="hotpot_responses">
|
||||
<FIELDS>
|
||||
<FIELD name="correct" method="NO_CONV" type="varchar" length="255">
|
||||
<FIELD name="wrong" method="NO_CONV" type="varchar" length="255">
|
||||
<FIELD name="ignored" method="NO_CONV" type="varchar" length="255">
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
<TABLE name="hotpot_details">
|
||||
<FIELDS>
|
||||
<FIELD name="details" method="PLAIN_SQL_UPDATE" type="text" length="0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue