You are here

function opigno_statistics_update_8001 in Opigno statistics 8

Creates database table for tracking of the user login events.

For existing instances.

File

./opigno_statistics.install, line 22
Install, update and uninstall functions for the Opigno Statistics module.

Code

function opigno_statistics_update_8001() {
  _opigno_statistics_create_user_login_table();
}