Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 15:03 UTC
Updated:
5 Mar 2010 at 22:10 UTC
We no longer have any moderation in core, and haven't since Drupal 5, but the moderate column is still in schema for new installs. We should remove it, and let contrib modules like modr8 hook_schema_alter() it back if they need to. No db_drop_field() since we don't want to lose data here and it's still in use in contrib.
Note this should have a tiny positive performance impact since won't need to maintain this index any more, which means slightly faster inserts.
| Comment | File | Size | Author |
|---|---|---|---|
| moderate.patch | 3.62 KB | catch |
Comments
Comment #1
moshe weitzman commentedMakes sense.
Comment #2
dries commentedCommited to CVS HEAD.
Comment #4
jbrauer commentedNeeds to be documented in the upgrade guide
Comment #5
webchickThanks, Josh! Just FYI, this is the tag we've been using to signal that API changes haven't been reflected in the upgrade guide yet.
Comment #6
samuelsov commentedDocumentation updated here : http://drupal.org/update/modules/6/7#moderate_column
#d7csmtl