2006-01-09 06:06:49 +00:00
|
|
|
<DBMIGRATION type="mod/lesson" VERSION="2005120100">
|
|
|
|
<TABLES>
|
2006-01-12 02:39:13 +00:00
|
|
|
<TABLE name="lesson_branch" />
|
|
|
|
<TABLE name="lesson_grades" />
|
|
|
|
<TABLE name="lesson_timer" />
|
2006-01-11 01:46:22 +00:00
|
|
|
<TABLE name="lesson_attempts">
|
2006-01-09 06:06:49 +00:00
|
|
|
<FIELDS>
|
2006-10-06 08:26:37 +00:00
|
|
|
<FIELD name="useranswer" method="PHP_FUNCTION" type="text" length="0">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_attempts_useranswer(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
2006-01-09 06:06:49 +00:00
|
|
|
</FIELD>
|
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE name="lesson_high_scores">
|
|
|
|
<FIELDS>
|
|
|
|
<FIELD name="nickname" method="NO_CONV" type="varchar" length="5" />
|
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE name="lesson_answers">
|
|
|
|
<FIELDS>
|
|
|
|
<FIELD name="answer" method="PHP_FUNCTION" type="text" length="0">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_answers_answer(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
|
|
|
<FIELD name="response" method="PHP_FUNCTION" type="text" length="0">
|
|
|
|
<PHP_FUNCTION>
|
2006-01-13 07:24:43 +00:00
|
|
|
migrate2utf8_lesson_answers_response(RECORDID)
|
2006-01-09 06:06:49 +00:00
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE name="lesson_default">
|
|
|
|
<FIELDS>
|
|
|
|
<FIELD name="password" method="PHP_FUNCTION" type="varchar" length="32">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_default_password(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
2006-05-30 02:51:52 +00:00
|
|
|
<FIELD name="conditions" method="NO_CONV" type="text" length="0" />
|
2006-01-17 07:37:29 +00:00
|
|
|
<FIELD name="bgcolor" method="NO_CONV" type="varchar" length="7" default="#FFFFFF" />
|
2006-01-09 06:06:49 +00:00
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE name="lesson_pages">
|
|
|
|
<FIELDS>
|
|
|
|
<FIELD name="title" method="PHP_FUNCTION" type="varchar" length="255">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_pages_title(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
|
|
|
<FIELD name="contents" method="PHP_FUNCTION" type="text" length="0">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_pages_content(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
<TABLE name="lesson">
|
|
|
|
<FIELDS>
|
2006-01-12 02:39:13 +00:00
|
|
|
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
|
2006-01-09 06:06:49 +00:00
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_name(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
|
|
|
<FIELD name="password" method="PHP_FUNCTION" type="varchar" length="32">
|
|
|
|
<PHP_FUNCTION>
|
|
|
|
migrate2utf8_lesson_password(RECORDID)
|
|
|
|
</PHP_FUNCTION>
|
|
|
|
</FIELD>
|
2006-01-13 07:24:43 +00:00
|
|
|
<FIELD name="conditions" method="NO_CONV" type="text" length="0" />
|
|
|
|
<FIELD name="mediafile" method="NO_CONV" type="varchar" length="255" />
|
2006-01-17 07:37:29 +00:00
|
|
|
<FIELD name="bgcolor" method="NO_CONV" type="varchar" length="7" default="#FFFFFF" />
|
2006-01-09 06:06:49 +00:00
|
|
|
</FIELDS>
|
|
|
|
</TABLE>
|
|
|
|
</TABLES>
|
|
|
|
</DBMIGRATION>
|