Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boost/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

$proper_name = 'Experiential Learning Inventory';
$version = '0.3.8';
$version = '0.3.9';
$register = false;
$unregister = false;
$import_sql = true;
Expand Down
2 changes: 2 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ function intern_update(&$content, $currentVersion)
internRunDbMigration('update_00.03.07.sql');
case version_compare($currentVersion, '0.3.8', '<'):
internRunDbMigration('update_00.03.08.sql');
case version_compare($currentVersion, '0.3.9', '<'):
internRunDbMigration('update_00.03.09.sql');
}

return TRUE;
Expand Down
1 change: 1 addition & 0 deletions boost/updates/update_00.03.09.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
insert into intern_exp_type values ('apprenticeship', 'Apprenticeship', '');