Schema module report with following error message:

bean_revision.delta is type varchar but its default 0 is PHP type integer

Suggested solution: Remove default for bean_revision.delta, sync with bean.delta.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hswong3i’s picture

Status: Active » Needs review
FileSize
3.41 KB
joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

There seems to be a bunch of unrelated cleanup in this patch. Although it all maps up to moves. Just removes the default from the schema.

FYI, that kind of cleanup makes it really hard to review, consider making the minimum to fix the problem and maybe do some of the non-hunk moves to get this in quicker.

indytechcook’s picture

Status: Reviewed & tested by the community » Fixed

Pushed to 7.x-1.x. Have a nice day.

  • indytechcook committed a602a89 on 7.x-1.x authored by hswong3i
    Issue #2427029 by hswong3i: bean_revision.delta is type varchar but its...

Status: Fixed » Closed (fixed)

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