I have schema running on a site that is in development and it reports this mismatch
column menu_name - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 128, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'default' => '')

Easy enough to patch so I thought I would.

CommentFileSizeAuthor
#1 schema-mismatch-1182194-1.patch562 bytesthe_g_bomb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

the_g_bomb’s picture

Status: Active » Needs review
FileSize
562 bytes

Attaching the patch

pfrenssen’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing, since the Drupal 6 version of OG Menu is no longer supported. If this issue is still relevant for the currently supported versions (D7 and D8) then feel free to update the version and reopen the issue.