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
Comment #1
Greg Delisle commentedUm, scratch this. I think what I have here is an unsuccessful or incomplete upgrade, not a problem in the script. Sorry.
Comment #2
chueewowee commentedI 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.