Skip to content

Commit

Permalink
Added changes from mysql.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paca70 committed Oct 9, 2004
1 parent cfa56cf commit d9184e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mod/exercise/db/postgres7.php
Expand Up @@ -25,6 +25,11 @@ function exercise_upgrade($oldversion) {
table_column("exercise_assessments","teachercomment","teachercomment","text","","","","NOT NULL");
}

if ($oldversion < 2004100800) {
include_once("$CFG->dirroot/mod/exercise/lib.php");
exercise_refresh_events();
}

return true;
}

Expand Down

0 comments on commit d9184e2

Please sign in to comment.