Skip to content

Commit

Permalink
fix db upgrade for new release version (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhodson authored Oct 29, 2019
1 parent ad0b1a2 commit e6c10e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,8 @@ function xmldb_aspirelists_upgrade($oldversion) {
if ($oldversion < 2019100310){
upgrade_mod_savepoint(true, 2019100310, 'aspirelists');
}

if ($oldversion < 2019101500){
upgrade_mod_savepoint(true, 2019101500, 'aspirelists');
}
}

0 comments on commit e6c10e1

Please sign in to comment.