From f5d4287cd5561a85061f11f003c27058ddce2dda Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 15 Mar 2008 12:31:29 +0000 Subject: - Patch #214271 by recidive: improved schema identation. --- modules/comment/comment.install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/comment/comment.install') diff --git a/modules/comment/comment.install b/modules/comment/comment.install index 959d63732..82dec3488 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -165,9 +165,10 @@ function comment_schema() { ) ), 'indexes' => array( - 'pid' => array('pid'), - 'nid' => array('nid'), - 'status' => array('status'), // This index is probably unused + 'pid' => array('pid'), + 'nid' => array('nid'), + // This index is probably unused. + 'status' => array('status'), ), 'primary key' => array('cid'), ); @@ -210,10 +211,9 @@ function comment_schema() { ), 'primary key' => array('nid'), 'indexes' => array( - 'node_comment_timestamp' => array('last_comment_timestamp') + 'node_comment_timestamp' => array('last_comment_timestamp'), ), ); return $schema; } - -- cgit v1.2.3