Update #6107 failed with message:

Failed: ALTER TABLE {customfilter_filters} CHANGE fid `fid` TINYINT NOT NULL DEFAULT 1, ADD PRIMARY KEY (rid)

and

user warning: Key column 'rid' doesn't exist in table query: ALTER TABLE ktmss__customfilter_filters CHANGE fid `fid` TINYINT NOT NULL DEFAULT 1, ADD PRIMARY KEY (rid) in /home/ktmss/www/www/includes/database.mysql-common.inc on line 520.

seems to be a typo in the code, primary key should be `fid` not `rid`

Comments

avpaderno’s picture

Title: Update #6107 Failed » Update function is referring to a not existing column

The problem has been fixed.
Thanks again for the report.

avpaderno’s picture

Version: 6.x-1.0-beta8 » 6.x-1.x-dev
Status: Active » Fixed
Issue tags: +6.x-1.0-beta8, +6.x-2.0-beta4

I am going to create a new beta version that contains the bug fix.

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.0-beta8, -6.x-2.0-beta4

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