diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-09 05:10:00 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-09 05:10:00 +0000 |
commit | 8f0d7bf823487e7550b9c3905bc7d1713ac1b859 (patch) | |
tree | e17b56c5c1bb98faabcdb3a0b9412d454b9f7b8c /phpBB/develop | |
parent | cbdaae59574e916db4bfa588f70af637e6dea6b4 (diff) | |
download | forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.gz forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.bz2 forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.xz forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.zip |
- Firebird is people too! (Firebird works again)
- small style.php bug
git-svn-id: file:///svn/phpbb/trunk@7308 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r-- | phpBB/develop/create_schema_files.php | 6 |
1 files changed, 3 insertions, 3 deletions
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'), ), ); |