Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2006 at 17:14 UTC
Updated:
30 Jan 2006 at 19:01 UTC
Comment moderation was removed from core in 4.7. Other projects are moving in to fill the void (like drumm's karma module), but we still create the unused moderation_filters, moderation_roles, and moderation_votes tables.
Attached is a patch that removes those tables from the db creation script. We do NOT want to delete the tables in the update, because important data will be stored there for those who were using the moderation system. Preserving the existing table data will allow new modules to provide a migration path.
| Comment | File | Size | Author |
|---|---|---|---|
| no-mo-moderation.patch | 2.49 KB | eaton |
Comments
Comment #1
killes@www.drop.org commentedthanks
Comment #2
dries commentedCommitted to HEAD. Thanks.
Comment #3
(not verified) commented