diff --git a/boost/boost.php b/boost/boost.php index 50eaaad5..dfe83faa 100644 --- a/boost/boost.php +++ b/boost/boost.php @@ -4,7 +4,7 @@ */ $proper_name = 'Experiential Learning Inventory'; -$version = '0.3.8'; +$version = '0.3.9'; $register = false; $unregister = false; $import_sql = true; diff --git a/boost/update.php b/boost/update.php index 5d0b8dd8..1991e811 100644 --- a/boost/update.php +++ b/boost/update.php @@ -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; diff --git a/boost/updates/update_00.03.09.sql b/boost/updates/update_00.03.09.sql new file mode 100644 index 00000000..65082ff3 --- /dev/null +++ b/boost/updates/update_00.03.09.sql @@ -0,0 +1 @@ +insert into intern_exp_type values ('apprenticeship', 'Apprenticeship', ''); \ No newline at end of file