-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
When running the notifications_use_full_name.php migration, the following error is thrown:
Duplicate entry 'notification.type.approve_post' for key 'type' [1062]
|
SQL
|
UPDATE phpbb_notification_types SET notification_type_name = 'notification.type.approve_post' WHERE notification_type_name = 'approve_post'
|
- was caused by solution of
-
PHPBB-12990 The prefix for the notification's services is harcoded
- Closed