The update hook fails in D7, with this error:
Cannot add field .background_process: table doesn't exist.

The problem is a D6-style db_add_field() which is not compatible with D7. The first parameter should be removed from db_add_field().

Additionally, the update hook itself should be returning a string instead of an array, and there should be a comment above the hook describing the update hook itself, so it can show up in the update list.

Comments

gielfeldt’s picture

Assigned: Unassigned » gielfeldt

Bugger ... Thanks for reporting it.

gielfeldt’s picture

Status: Active » Fixed

New release with fix available (7.x-1.8).

Again, thank you very much for reporting this.

Status: Fixed » Closed (fixed)

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