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/user/user.install | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'modules/user/user.install') diff --git a/modules/user/user.install b/modules/user/user.install index d96adec00..3f08bc7c2 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -68,7 +68,9 @@ function user_schema() { 'description' => t('Module which is controlling the authentication.'), ), ), - 'unique keys' => array('authname' => array('authname')), + 'unique keys' => array( + 'authname' => array('authname'), + ), 'primary key' => array('aid'), ); @@ -102,7 +104,9 @@ function user_schema() { ), ), 'primary key' => array('pid'), - 'indexes' => array('rid' => array('rid')), + 'indexes' => array( + 'rid' => array('rid'), + ), ); $schema['role'] = array( @@ -122,7 +126,9 @@ function user_schema() { 'description' => t('Unique role name.'), ), ), - 'unique keys' => array('name' => array('name')), + 'unique keys' => array( + 'name' => array('name'), + ), 'primary key' => array('rid'), ); -- cgit v1.2.3