aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-23 22:15:53 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-23 22:16:09 -0400
commite60f4bc88b32465b1d31049f2eb14b1793747dc6 (patch)
tree80918d17ebe165c57a17fc6446b24d0e1ec9916b /phpBB/config
parent8d568dae7116ac05eda593835d99e6e6f22dc9f7 (diff)
downloadforums-e60f4bc88b32465b1d31049f2eb14b1793747dc6.tar
forums-e60f4bc88b32465b1d31049f2eb14b1793747dc6.tar.gz
forums-e60f4bc88b32465b1d31049f2eb14b1793747dc6.tar.bz2
forums-e60f4bc88b32465b1d31049f2eb14b1793747dc6.tar.xz
forums-e60f4bc88b32465b1d31049f2eb14b1793747dc6.zip
[feature/oauth] Finalize schema changes
PHPBB3-11673
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/tables.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/config/tables.yml b/phpBB/config/tables.yml
index e12720023d..a4c730e3bf 100644
--- a/phpBB/config/tables.yml
+++ b/phpBB/config/tables.yml
@@ -1,6 +1,6 @@
parameters:
- 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.auth_provider_oauth_token_storage: %core.table_prefix%oauth_token
+ tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts
tables.config: %core.table_prefix%config
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext