Rename node, filter and comment modules tables to singular
recidive - November 16, 2008 - 20:28
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | recidive |
| Status: | closed |
Description
As explained in #140860, for consistency we need all tables to be in singular.
Here is a patch that renames node.module's table {node_revisions} to {node_revision}, filter.module's {filters} to {filter} and {filter_formats} to {filter_format}, and comment.module's {comments} table to {comment}.
All tests pass.
| Attachment | Size |
|---|---|
| drupal_singular_comment_node_filter_tables.patch | 50.9 KB |
| Testbed results | ||
|---|---|---|
| drupal_singular_comment_node_filter_tables.patch | failed | Failed: Failed to apply patch. Detailed results |

#1
The last submitted patch failed testing.
#2
Re-testing now that HEAD is fixed.
#3
The last submitted patch failed testing.
#4
Testbot result is very strange : the patch should be applied properly.
Reroll (please do no credit me).
#5
The last submitted patch failed testing.
#6
Refreshing.
#7
Refreshing.
#8
Was this committed (http://drupal.org/cvs?commit=156557)? The last patch isn't back from the testing bot yet, and this issue is still marked as code needs review...
#9
Yes, this was commited. The latest patch was just a re-roll to remove offset.
Thanks!
#10
Automatically closed -- issue fixed for two weeks with no activity.