diff options
Diffstat (limited to 'phpBB/install/schemas/schema_structure.php')
-rw-r--r-- | phpBB/install/schemas/schema_structure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_structure.php b/phpBB/install/schemas/schema_structure.php index f438ff2215..641fafc4ac 100644 --- a/phpBB/install/schemas/schema_structure.php +++ b/phpBB/install/schemas/schema_structure.php @@ -55,7 +55,7 @@ $schema_data['phpbb_acl_options'] = array( ), 'PRIMARY_KEY' => 'auth_option_id', 'KEYS' => array( - 'auth_option' => array('INDEX', 'auth_option'), + 'auth_option' => array('UNIQUE', 'auth_option'), ), ); |