You are here

function opigno_learning_path_update_8025 in Opigno Learning path 8

Creates databases table for User Learning Path Status.

File

./opigno_learning_path.install, line 673
Install, update and uninstall functions for the module.

Code

function opigno_learning_path_update_8025() {
  _opigno_learning_path_create_user_lp_status_table();
  _opigno_learning_path_create_user_lp_status_expire_table();
}