2012-07-21 16:14:21 +02:00
|
|
|
parameters:
|
2013-07-23 22:29:11 -04:00
|
|
|
tables.auth_provider_oauth_token_storage: %core.table_prefix%oauth_tokens
|
2013-07-23 22:15:53 -04:00
|
|
|
tables.auth_provider_oauth_account_assoc: %core.table_prefix%oauth_accounts
|
2012-07-21 16:14:21 +02:00
|
|
|
tables.config: %core.table_prefix%config
|
2013-03-05 03:13:27 +01:00
|
|
|
tables.config_text: %core.table_prefix%config_text
|
2012-07-21 16:14:21 +02:00
|
|
|
tables.ext: %core.table_prefix%ext
|
2013-07-11 13:31:39 +02:00
|
|
|
tables.forums: %core.table_prefix%forums
|
2012-12-09 23:47:46 +01:00
|
|
|
tables.log: %core.table_prefix%log
|
2013-03-17 18:31:49 +01:00
|
|
|
tables.migrations: %core.table_prefix%migrations
|
|
|
|
tables.modules: %core.table_prefix%modules
|
2012-12-15 19:18:26 -06:00
|
|
|
tables.notification_types: %core.table_prefix%notification_types
|
2012-11-09 08:48:41 -06:00
|
|
|
tables.notifications: %core.table_prefix%notifications
|
2013-07-11 13:31:39 +02:00
|
|
|
tables.posts: %core.table_prefix%posts
|
|
|
|
tables.topics: %core.table_prefix%topics
|
2012-11-09 08:48:41 -06:00
|
|
|
tables.user_notifications: %core.table_prefix%user_notifications
|
2012-11-20 18:14:48 -06:00
|
|
|
tables.users: %core.table_prefix%users
|