Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5.5, 4.5.6, 4.5.7, 4.5.8
-
Fix Version/s: 4.6.1
-
Component/s: Drupal Integration Modules
-
Labels:None
-
Documentation Required?:None
Description
The Drupal Schema module reports two Drupal CiviCRM related tables where the schema and database are different. Same issue for each table. CIVICRM_GROUP_ROLES_RULES (and also CIVICRM_MEMBER_ROLES_RULES)
column rule_ id - diference on: not null
declared: array('description' => 'TODO; please describe this field!','type'=> 'serial')
actual: array('description' => 'TODO; please describe this field!','type'=> 'serial'), 'not null' => TRUE)
We see this on clean installs on various servers and hosts, Drupal 7.
We've been unable to correct via phpMyAdmin.