comment

    column status - difference on: default
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'size' => 'tiny', 'not null' => TRUE, 'default' => 1)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'size' => 'tiny', 'not null' => TRUE, 'default' => 0)
    column thread - difference on: default
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 255, 'not null' => TRUE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => '255', 'not null' => TRUE, 'default' => '')
    indexes comment_status_pid: missing in database
    indexes comment_pid_status: unexpected (not an error)
    indexes nid: unexpected (not an error)
    indexes timestamp: unexpected (not an error)
    indexes tracker_changed: unexpected (not an error)
    indexes tracker_subscription: unexpected (not an error)

Comments

lyricnz’s picture

Version: 7.0 » 7.x-dev
Status: Active » Needs review
StatusFileSize
new806 bytes

I reran this analysis with latest Schema module (default '' issue fixed), and performed a D6>D7 upgrade with all Core modules enabled. I did not get the last three issues you reported, but here's a patch that fixes the rest.

lyricnz’s picture

Title: Schema mismatch after upgrade D6 to D7 » Comment Schema mismatch after upgrade D6 to D7

Update title for clarity

catch’s picture

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

StatusFileSize
new961 bytes

Fixes update no and add an index drop.

lyricnz’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new968 bytes
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Awesome. Thanks so much for all of that testing.

Committed to 7.x. Thanks!

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