aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/create_schema_files.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index a280d3880a..6389ce7e7c 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1790,12 +1790,6 @@ function get_schema_struct()
'method' => array('VCHAR:255', ''),
'notify' => array('BOOL', 1),
),
- 'PRIMARY_KEY' => array(
- 'item_type',
- 'item_id',
- 'user_id',
- 'method',
- ),
);
$schema_data['phpbb_user_group'] = array(