aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/tables.yml
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-18 12:50:42 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-18 12:51:53 -0400
commit2faaa7f63cd45244cd536b507325e65c5f085b39 (patch)
treead900393506c24472f64a0b39a70e5b019005964 /phpBB/config/tables.yml
parentbbbe442c425d333d7fea35b03217d0f222f1e2cc (diff)
downloadforums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.gz
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.bz2
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.tar.xz
forums-2faaa7f63cd45244cd536b507325e65c5f085b39.zip
[feature/oauth] Update service files + check for existing links
PHPBB3-11673
Diffstat (limited to 'phpBB/config/tables.yml')
-rw-r--r--phpBB/config/tables.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/config/tables.yml b/phpBB/config/tables.yml
index 48098ba8c2..e12720023d 100644
--- a/phpBB/config/tables.yml
+++ b/phpBB/config/tables.yml
@@ -1,5 +1,6 @@
parameters:
- tables.auth_provider_oauth: %core.table_prefix%auth_provider_oauth
+ tables.auth_provider_oauth_token_storage: %core.table_prefix%auth_provider_oauth_token_storage
+ tables.auth_provider_oauth_account_assoc: %core.table_prefix%auth_provider_oauth_account_assoc
tables.config: %core.table_prefix%config
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext