mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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,8 @@
|
|||
<DBMIGRATION type="mod/lesson" VERSION="2005120100">
|
||||
<TABLES>
|
||||
<TABLE name="lesson_branch" />
|
||||
<TABLE name="lesson_grades" />
|
||||
<TABLE name="lesson_timer" />
|
||||
<TABLE name="lesson_attempts">
|
||||
<FIELDS>
|
||||
<FIELD name="useranswer" method="PLAIN_SQL_UPDATE" type="text" length="0">
|
||||
|
@ -63,7 +66,7 @@
|
|||
</TABLE>
|
||||
<TABLE name="lesson">
|
||||
<FIELDS>
|
||||
<FIELD name="name" method="PLAIN_SQL_UPDATE" type="varchar" length="255">
|
||||
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
|
||||
<PHP_FUNCTION>
|
||||
migrate2utf8_lesson_name(RECORDID)
|
||||
</PHP_FUNCTION>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue