function opigno_learning_path_update_8015 in Opigno Learning path 8
Create database table for Learning Path Module Availability entity.
File
- ./
opigno_learning_path.install, line 494 - Install, update and uninstall functions for the module.
Code
function opigno_learning_path_update_8015() {
_opigno_learning_path_create_lp_module_availability_table();
}