-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
The phpbb_notification_types table has a VARCHAR(255) primary key which is repeated into the phpbb_notifications and phpbb_user_notifications tables, thus wasting disk space and probably worse index space.
The proper/better solution seems to be having auto-generated integer primary key in phpbb_notification_types which is repeated into phpbb_notifications and phpbb_user_notifications.
- blocks
-
PHPBB-11414 phpbb_user_notifications table has no indexes
- Closed