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/forum/forum.install | |
parent | 637ec9359cb3ef8e5e16008b800d5633c4fe7890 (diff) | |
download | brdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.gz brdo-f5d4287cd5561a85061f11f003c27058ddce2dda.tar.bz2 |
- Patch #214271 by recidive: improved schema identation.
Diffstat (limited to 'modules/forum/forum.install')
-rw-r--r-- | modules/forum/forum.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install index ff9ac135b..ab5679910 100644 --- a/modules/forum/forum.install +++ b/modules/forum/forum.install @@ -92,7 +92,7 @@ function forum_schema() { ), 'indexes' => array( 'nid' => array('nid'), - 'tid' => array('tid') + 'tid' => array('tid'), ), 'primary key' => array('vid'), ); |