mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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:
@@ -169,7 +169,7 @@ CREATE TABLE phpbb_acl_roles_data (
|
||||
PRIMARY KEY (role_id, auth_option_id)
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_acl_roles_data_ath_opt_id ON phpbb_acl_roles_data (auth_option_id);
|
||||
CREATE INDEX phpbb_acl_roles_data_ath_op_id ON phpbb_acl_roles_data (auth_option_id);
|
||||
|
||||
/*
|
||||
Table: 'phpbb_acl_users'
|
||||
@@ -1039,7 +1039,7 @@ CREATE TABLE phpbb_styles_imageset_data (
|
||||
PRIMARY KEY (image_id)
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_styles_imageset_data_i_id ON phpbb_styles_imageset_data (imageset_id);
|
||||
CREATE INDEX phpbb_styles_imageset_data_i_d ON phpbb_styles_imageset_data (imageset_id);
|
||||
|
||||
/*
|
||||
Table: 'phpbb_topics'
|
||||
|
Reference in New Issue
Block a user