]> git.mjollnir.org Git - moodle.git/commit
lesson_default table had become out of synch with the lesson table. Needed to add...
authormichaelpenne <michaelpenne>
Mon, 1 May 2006 19:02:38 +0000 (19:02 +0000)
committermichaelpenne <michaelpenne>
Mon, 1 May 2006 19:02:38 +0000 (19:02 +0000)
commit02f071d147d4802288bba59375494f3d13213bde
tree0c10a765f0e3c7a2b2fdc1d41fbce03dd0985eac
parente7226b2bc894efc3a98b6236bd22c97691a1be22
lesson_default table had become out of synch with the lesson table.  Needed to add new columns.

Updated backup and restore to include the new values

Fixed a bug in restore where it would restore 1 lesson_default per lesson.  Now only stores one per course.

Went through all the backuplib.php, restorelib.php, mysql.sql and postgres7.sql to make sure everything was in synch and being backed up and restored.
mod/lesson/backuplib.php
mod/lesson/db/mysql.php
mod/lesson/db/mysql.sql
mod/lesson/db/postgres7.php
mod/lesson/db/postgres7.sql
mod/lesson/restorelib.php
mod/lesson/version.php