The phpbb_notification_types table has a primary key of (notification_type, notification_type_enabled). This means you can have multiple rows for the same notification type, e.g
('post', 0)
('post', 1)
The phpbb_notification_types table has a primary key of (notification_type, notification_type_enabled). This means you can have multiple rows for the same notification type, e.g
('post', 0)
('post', 1)