diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-03-15 12:31:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-03-15 12:31:29 +0000 |
commit | f5d4287cd5561a85061f11f003c27058ddce2dda (patch) | |
tree | bf0cd7c6d93060bf316541729b94d1ca5fafb0ce /modules/dblog/dblog.install | |
parent | 637ec9359cb3ef8e5e16008b800d5633c4fe7890 (diff) | |
download | brdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.gz brdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.bz2 |
- Patch #214271 by recidive: improved schema identation.
Diffstat (limited to 'modules/dblog/dblog.install')
-rw-r--r-- | modules/dblog/dblog.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index beeae3dc5..8c1b6af64 100644 --- a/modules/dblog/dblog.install +++ b/modules/dblog/dblog.install @@ -96,9 +96,10 @@ function dblog_schema() { ), ), 'primary key' => array('wid'), - 'indexes' => array('type' => array('type')), + 'indexes' => array( + 'type' => array('type'), + ), ); return $schema; } - |