You are here

function opigno_learning_path_update_8002 in Opigno Learning path 8

Creates database table for Learning Path group user statuses.

For existing instances. //

File

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

Code

function opigno_learning_path_update_8002() {
  LearningPathAccess::createUserStatusTable();
}