summaryrefslogtreecommitdiff
path: root/modules/profile/profile.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-03-15 12:31:29 +0000
committerDries Buytaert <dries@buytaert.net>2008-03-15 12:31:29 +0000
commitf5d4287cd5561a85061f11f003c27058ddce2dda (patch)
treebf0cd7c6d93060bf316541729b94d1ca5fafb0ce /modules/profile/profile.install
parent637ec9359cb3ef8e5e16008b800d5633c4fe7890 (diff)
downloadbrdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.gz
brdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.bz2
- Patch #214271 by recidive: improved schema identation.
Diffstat (limited to 'modules/profile/profile.install')
-rw-r--r--modules/profile/profile.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index f05bccd80..a6f0617bb 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -108,8 +108,12 @@ function profile_schema() {
'description' => t('List of options to be used in a list selection field.'),
),
),
- 'indexes' => array('category' => array('category')),
- 'unique keys' => array('name' => array('name')),
+ 'indexes' => array(
+ 'category' => array('category'),
+ ),
+ 'unique keys' => array(
+ 'name' => array('name'),
+ ),
'primary key' => array('fid'),
);
@@ -144,4 +148,3 @@ function profile_schema() {
return $schema;
}
-