Skip to content

Commit

Permalink
Add sql update script for v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbooker committed Apr 26, 2021
1 parent 88c1207 commit 1b80e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ function intern_update(&$content, $currentVersion)
internRunDbMigration('update_00.03.03.sql');
case version_compare($currentVersion, '0.3.4', '<') :
internRunDbMigration('update_00.03.04.sql');
case version_compare($currentVersion, '0.3.5', '<') :
internRunDbMigration('update_00.03.05.sql');
}

return TRUE;
Expand Down

0 comments on commit 1b80e6f

Please sign in to comment.