This morning I upgraded my 4.5.2 database to the 4/14/05 upgrade (4.6 release). Everything's going pretty well, but I noticed two new module fields didn't get added:

in table 'poll' : polled longtext NOT NULL
in table 'watchdog' : severity tinyint(3) unsigned NOT NULL default '0'

Naturally, since watchdog was one of these, they cascaded.

Comments

Greg Delisle’s picture

Um, scratch this. I think what I have here is an unsuccessful or incomplete upgrade, not a problem in the script. Sorry.

chueewowee’s picture

Title: Fields missing from upgrade: poll and watchdog modules » Unknown column 'polled' in 'field list' query:

I might have an unsucessful/incomplete upgrade, concerning the poll. How do I re-upgrade- Go through it again, or by hand?

Message: Unknown column 'polled' in 'field list' query: INSERT INTO poll (nid, runtime, polled, active) VALUES (61, 0, '', 1) in /home/mightyz/public_html/press/includes/database.mysql.inc on line 66.