mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17010] Switch to using table for tracking push subscriptions
PHPBB3-17010
This commit is contained in:
@@ -255,3 +255,4 @@ services:
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '%tables.notification_push%'
|
||||
- '%tables.push_subscriptions%'
|
||||
|
@@ -51,6 +51,7 @@ parameters:
|
||||
tables.profile_fields_data: '%core.table_prefix%profile_fields_data'
|
||||
tables.profile_fields_options_language: '%core.table_prefix%profile_fields_lang'
|
||||
tables.profile_fields_language: '%core.table_prefix%profile_lang'
|
||||
tables.push_subscriptions: '%core.table_prefix%push_subscriptions'
|
||||
tables.ranks: '%core.table_prefix%ranks'
|
||||
tables.reports: '%core.table_prefix%reports'
|
||||
tables.reports_reasons: '%core.table_prefix%reports_reasons'
|
||||
|
Reference in New Issue
Block a user