Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11413

phpbb_notification_types table should have an integer primary key

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 3.1.0-a1
    • 3.1.0-dev
    • Notification System
    • 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.

            bantu Andreas Fischer [X] (Inactive)
            bantu Andreas Fischer [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: