From 8f0d7bf823487e7550b9c3905bc7d1713ac1b859 Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 9 Apr 2007 05:10:00 +0000 Subject: - Firebird is people too! (Firebird works again) - small style.php bug git-svn-id: file:///svn/phpbb/trunk@7308 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/develop/create_schema_files.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/develop/create_schema_files.php') diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php index 75017328a0..cf3e9e2e2c 100644 --- a/phpBB/develop/create_schema_files.php +++ b/phpBB/develop/create_schema_files.php @@ -858,7 +858,7 @@ function get_schema_struct() ), 'PRIMARY_KEY' => array('role_id', 'auth_option_id'), 'KEYS' => array( - 'auth_option_id' => array('INDEX', 'auth_option_id'), + 'ath_opt_id' => array('INDEX', 'auth_option_id'), ), ); @@ -1489,7 +1489,7 @@ function get_schema_struct() 'title_match' => array('BOOL', 0), ), 'KEYS' => array( - 'unique_match' => array('UNIQUE', array('word_id', 'post_id', 'title_match')), + 'unq_mtch' => array('UNIQUE', array('word_id', 'post_id', 'title_match')), 'word_id' => array('INDEX', 'word_id'), 'post_id' => array('INDEX', 'post_id'), ), @@ -1647,7 +1647,7 @@ function get_schema_struct() ), 'PRIMARY_KEY' => 'image_id', 'KEYS' => array( - 'imgset_id' => array('INDEX', 'imageset_id'), + 'i_id' => array('INDEX', 'imageset_id'), ), ); -- cgit v1.2.1