diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-16 12:30:15 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-16 12:30:15 +0100 |
commit | c101871d463963fe5426a2db3ba39cb524a96dbd (patch) | |
tree | 70eab60b14062c75ac2be5cd63158030e1a3c508 /config | |
parent | 9e329c0a275cc0a0ce02d86593c2ee558d846239 (diff) |
Add and use db_table_system config option
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index a596d647d..9bbf7d75b 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -49,6 +49,7 @@ $rcmail_config['db_table_cache_thread'] = 'cache_thread'; $rcmail_config['db_table_cache_messages'] = 'cache_messages'; $rcmail_config['db_table_dictionary'] = 'dictionary'; $rcmail_config['db_table_searches'] = 'searches'; +$rcmail_config['db_table_system'] = 'system'; // you can define specific sequence names used in PostgreSQL $rcmail_config['db_sequence_users'] = 'user_ids'; |