column strictness - difference on: default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'varchar', 'length' => 8, 'not null' => TRUE, 'default' => 'medium')
actual: array('description' => 'Strictness of text analysis checks.', 'type' => 'varchar', 'length' => '8', 'not null' => TRUE, 'default' => 'normal')

Comments

sun’s picture

Status: Active » Needs review
Issue tags: +Needs backport to D6
StatusFileSize
new944 bytes

Attached patch fixes the issue.

sun’s picture

Status: Needs review » Reviewed & tested by the community
dries’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Committed to master. Thanks sun.

sun’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Patch (to be ported) » Needs review
StatusFileSize
new960 bytes

There's a lot that can go wrong in module updates, especially in D6, so here's the backport for review.

sun’s picture

Status: Needs review » Reviewed & tested by the community
dries’s picture

I looked at this patch and it looks RTBC to me. I can't easily commit it now so feel free to go ahead and commit it. I could also test it on buytaert.net later today or tomorrow after it was committed.

sun’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for reporting, reviewing, and testing! Committed to 6.x-1.x.

A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.

dries’s picture

I've upgraded buytaert.net to use the latest 6.x-1.x-dev version. The upgraded seemed to have worked fine, but I'll report back if there are any issues.

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

  • Commit 0cfbecf on master, fai6, 8.x-2.x, fbajs, actions by Dries:
    - Patch #1184866 by sun: fixed schema mismatch.
    
    

  • Commit 0cfbecf on master, fai6, 8.x-2.x, fbajs, actions by Dries:
    - Patch #1184866 by sun: fixed schema mismatch.