You are here

function opigno_schema in Opigno 7

Implements hook_schema().

File

./opigno.install, line 11
Contains install instructions and logic

Code

function opigno_schema() {
  $schema = opigno_get_latest_group_activity_schema();
  return $schema;
}