1
0
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:
Marc Alexander
2022-09-18 21:29:25 +02:00
parent af31080445
commit ec3dc28b51
4 changed files with 64 additions and 20 deletions

View File

@@ -255,3 +255,4 @@ services:
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.notification_push%'
- '%tables.push_subscriptions%'

View File

@@ -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'