aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/tables.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/tables.yml')
-rw-r--r--phpBB/config/tables.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/tables.yml b/phpBB/config/tables.yml
index cfc6dbcfed..b3093abf0c 100644
--- a/phpBB/config/tables.yml
+++ b/phpBB/config/tables.yml
@@ -1,3 +1,10 @@
parameters:
tables.config: %core.table_prefix%config
tables.ext: %core.table_prefix%ext
+ tables.log: %core.table_prefix%log
+ tables.notification_types: %core.table_prefix%notification_types
+ tables.notifications: %core.table_prefix%notifications
+ tables.user_notifications: %core.table_prefix%user_notifications
+ tables.users: %core.table_prefix%users
+ tables.migrations: %core.table_prefix%migrations
+ tables.modules: %core.table_prefix%modules