moodle/mod/hotpot/db
2006-09-01 02:18:41 +00:00
..
access.php adding capabilities 2006-08-31 08:51:09 +00:00
install.xml Indexes on text fields are not allowed 2006-08-25 17:02:49 +00:00
migrate2utf8.php set $result even when $fromenc=="utf-8", to fix "unassigned variable" errors 2006-04-23 11:51:17 +00:00
migrate2utf8.xml type of "name" field in "hotpot_questions" table should be "text" after migrate 2006-04-23 11:48:58 +00:00
mysql.php replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101 2006-09-01 02:08:39 +00:00
mysql.sql allow negative score and weighting in hotpot_responses table 2006-04-28 02:06:58 +00:00
postgres7.php replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101 2006-09-01 02:08:39 +00:00
postgres7.sql merging changes from MOODLE_16_STABLE 2006-07-31 18:10:02 +00:00
update_to_v2.php fixed typo on line 2 2006-09-01 02:18:41 +00:00