There is no update for changing the table nodequeue_queue - there was no column "link_remove" in Drupal 4.7 (I think). And there is no such function nodequeue_update.
I've made a sql query:
ALTER TABLE nodequeue_queue ADD COLUMN link_remove VARCHAR(255) DEFAULT '' NOT NULL
It helped :-)
Comments
Comment #1
merlinofchaos commentedWow, what a boneheaded bug that was.
Comment #2
(not verified) commented