As a result of #914458: Remove the format delete reassignment "feature"...

The {filter_format} table got a "status" column (and associated index changes). I think that's probably the only thing from the patch that requires a HEAD-to-HEAD update.

CommentFileSizeAuthor
#2 filter-format-status.patch1.84 KBgábor hojtsy

Comments

BenK’s picture

Just realized that I need this fix... since updating to the latest CVS, now I'm getting the following errors on node pages:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'status' in 'where clause': SELECT ff.* FROM {filter_format} ff WHERE (status = :db_condition_placeholder_0) ORDER BY weight ASC; Array ( [:db_condition_placeholder_0] => 1 ) in filter_formats() (line 382 of /Users/git/drupal/modules/filter/filter.module).

Should I just manually add the status column?

Thanks,
Ben

gábor hojtsy’s picture

Assigned: Unassigned » gábor hojtsy
Status: Active » Fixed
StatusFileSize
new1.84 KB

Here is the required update. Please reopen if not working well.

Status: Fixed » Closed (fixed)

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