Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2007 at 18:26 UTC
Updated:
25 Feb 2007 at 00:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
drummThe title column should not be there. It is not in the MySQL version.
Comment #2
asaddi commentedAh. I withdraw my previous patch and submit a simpler patch against system.install.
It seems that users upgrading from 4.7.x shouldn't see this problem because of system_update_1006. However, I started from a fresh install of 5.0-rc1.
I'm not sure about the correct way to fix this in an automated manner since it seems like you would have to examine the table metadata (to check if the column exists) before dropping the column.
Personally, I'm just going to drop the column manually. :)
Comment #3
drummStraightforward Postgres consistency fix.
Comment #4
dries commentedCommitted to CVS HEAD. Thanks.
Comment #5
drummCommitted to 5.
Comment #6
(not verified) commented