1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- Firebird is people too! (Firebird works again)

- small style.php bug


git-svn-id: file:///svn/phpbb/trunk@7308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-04-09 05:10:00 +00:00
parent cbdaae5957
commit 8f0d7bf823
10 changed files with 34 additions and 34 deletions

View File

@@ -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'),
),
);