Hi All,

There is a simple issue in INSTALL file:

      //mdl_scorm_seq_ruleconds table
      
      $schema['scorm_seq_ruleconds  '] = array(
    'description' => t('mdl_scorm_seq_ruleconds table'),
    'fields' => array(
      'id' => array(
        'type' => 'serial',
        'size' => 'big',
        'unsigned' => TRUE,
        'not null' => TRUE,
      ),

Because of a space inside "$schema['scorm_seq_ruleconds ']", the Schema module mark this table as wrong.

Comments

pgerling’s picture

Assigned: Unassigned » pgerling
pgerling’s picture

Status: Active » Fixed

fixed in current dev build

pgerling’s picture

pgerling’s picture

Status: Fixed » Closed (fixed)