Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
3.1.0-dev
-
None
Description
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.
Attachments
Issue Links
- blocks
-
PHPBB3-11414 phpbb_user_notifications table has no indexes
-
- Closed
-