- Patch #1410096 by andypost: drop index.

8.0.x
Dries 2012-03-02 14:54:43 -05:00
parent d5794aca00
commit b702c60a63
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ function comment_schema() {
* Renames {comment}.language to {comment}.langcode.
*/
function comment_update_8000() {
db_drop_index('comment', 'comment_nid_langcode');
db_drop_index('comment', 'comment_nid_language');
$langcode_spec = array(
'type' => 'varchar',
'length' => 12,