1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00

- Handle ISO-8859-8-i

- Renamed two indicies for Oracle support #11457


git-svn-id: file:///svn/phpbb/trunk@7669 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-05-23 23:37:04 +00:00
parent d180ac3d02
commit e4de958704
10 changed files with 42 additions and 17 deletions

View File

@ -858,7 +858,7 @@ function get_schema_struct()
),
'PRIMARY_KEY' => array('role_id', 'auth_option_id'),
'KEYS' => array(
'ath_opt_id' => array('INDEX', 'auth_option_id'),
'ath_op_id' => array('INDEX', 'auth_option_id'),
),
);
@ -1643,7 +1643,7 @@ function get_schema_struct()
),
'PRIMARY_KEY' => 'image_id',
'KEYS' => array(
'i_id' => array('INDEX', 'imageset_id'),
'i_d' => array('INDEX', 'imageset_id'),
),
);