mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fix for 5209
This commit is contained in:
parent
98ae4e63da
commit
8f23f49004
4 changed files with 70 additions and 1 deletions
|
@ -342,6 +342,8 @@
|
|||
<TABLE name="user_coursecreators" />
|
||||
<TABLE name="course">
|
||||
<FIELDS>
|
||||
<FIELD name="currency" method="NO_CONV" type="char" length="3" />
|
||||
<FIELD name="enrol" method="NO_CONV" type="varchar" length="20" />
|
||||
<FIELD name="password" method="PHP_FUNCTION" type="varchar" length="50">
|
||||
<PHP_FUNCTION>
|
||||
migrate2utf8_course_password(RECORDID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue