Using dev of Schema module

block
block
throttle: unexpected column in database

block_role
    column module - difference on: default
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 64, 'not null' => TRUE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '64', 'not null' => TRUE, 'default' => '')
    column delta - difference on: default
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 32, 'not null' => TRUE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
    column rid - difference on: default
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
CommentFileSizeAuthor
#1 block-upgrade-schema-1154802.patch414 byteslyricnz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lyricnz’s picture

Status: Active » Needs review
FileSize
414 bytes

Patch to remove the throttle column. I understand that the differences in defaults are a schema.module issue.

Status: Needs review » Needs work

The last submitted patch, block-upgrade-schema-1154802.patch, failed testing.

lyricnz’s picture

Title: Schema mismatch after upgrade D6 to D7 » Block Schema mismatch after upgrade D6 to D7
Version: 7.0 » 7.x-dev
Status: Needs work » Needs review

Update title for clarity

lyricnz’s picture

#1: block-upgrade-schema-1154802.patch queued for re-testing.

catch’s picture

Priority: Normal » Major
Issue tags: +D7 upgrade path
catch’s picture

marcingy’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 7.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.