aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-12-23 17:50:48 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-12-23 17:50:48 +0000
commit6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151 (patch)
treeb63ff460ba8ef1fec4ef5b5fae3a9dddf6d252e9 /phpBB/develop/create_schema_files.php
parent9b6e76a808ed7bc4c62ad98df596db45e8f5fabb (diff)
downloadforums-6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151.tar
forums-6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151.tar.gz
forums-6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151.tar.bz2
forums-6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151.tar.xz
forums-6d0a00a446396ab72d8fb0475f4cd1c8ab9fa151.zip
#6492
git-svn-id: file:///svn/phpbb/trunk@6793 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
-rw-r--r--phpBB/develop/create_schema_files.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 3b51a15bd4..f17623da44 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1934,10 +1934,7 @@ function get_schema_struct()
'friend' => array('BOOL', 0),
'foe' => array('BOOL', 0),
),
- 'KEYS' => array(
- 'user_id' => array('INDEX', 'user_id'),
- 'zebra_id' => array('INDEX', 'zebra_id'),
- ),
+ 'PRIMARY_KEY' => array('user_id', 'zebra_id'),
);
return $schema_data;