Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2009 at 23:52 UTC
Updated:
20 May 2010 at 15:30 UTC
#569240: Remove field ID from field table names had field ids appear only in tablenames for deleted-but-not-yet-purged fields: field_data_foo becomes field_data_foo_12 if the field is deleted.
This id that pops up at the end of the table still confuses people looking at their db, as #650710-1: Unassigned field is no longer deletable shows.
Once we accepted the idea of a table rename on field deletion, there's no reason for not pushing this one step further and clearly move those tables out of the way:
Attach patch does "field_data_foo -> field_deleted_data_12, field_revision_foo -> field_deleted_revision_12"
| Comment | File | Size | Author |
|---|---|---|---|
| field_deleted_tables.patch | 1.27 KB | yched |
Comments
Comment #1
MichaelCole commentedfield_deleted_tables.patch queued for re-testing.
Comment #2
bjaspan commentedSeems fine to me.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.