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,13 @@
|
|||
<DBMIGRATION type="mod/chat" VERSION="2005120100">
|
||||
<TABLES>
|
||||
<TABLE name="chat_users">
|
||||
<FIELDS>
|
||||
<FIELD name="version" method="NO_CONV" type="varchar" length="16" />
|
||||
<FIELD name="ip" method="NO_CONV" type="varchar" length="15" />
|
||||
<FIELD name="sid" method="NO_CONV" type="varchar" length="32" />
|
||||
<FIELD name="lang" method="NO_CONV" type="varchar" length="10" />
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
<TABLE name="chat_messages">
|
||||
<FIELDS>
|
||||
<FIELD name="message" method="PLAIN_SQL_UPDATE" type="text" length="0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue