This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-22 10:57:20 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
hotpot
/
db
History
toyomoyo
cb24115c8e
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +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
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
mysql.sql
trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap!
2006-04-26 05:48:04 +00:00
postgres7.php
fix bug 5304
2006-04-24 06:54:44 +00:00
postgres7.sql
set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored
2006-04-24 01:44:08 +00:00
update_to_v2.php
changed line 10 to: $index = "{$table}_{$field}_idx"; (bug 5315)
2006-04-26 03:26:12 +00:00