diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-27 07:40:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-27 07:40:43 +0000 |
| commit | d744542c2ce7223e57918e7cb4892c917bec5d3c (patch) | |
| tree | f618be8a156accea15bcb3ec280b2d1528967bdc /roundcubemail/config | |
| parent | 66dd8ed403b7199e41c224807995742335e8b49a (diff) | |
- contactgroups DDL for postgres
git-svn-id: https://svn.roundcube.net/trunk@3431 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index a7cfe2120..30502cc2e 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -62,6 +62,8 @@ $rcmail_config['db_sequence_identities'] = 'identity_ids'; $rcmail_config['db_sequence_contacts'] = 'contact_ids'; +$rcmail_config['db_sequence_contactgroups'] = 'contactgroups_ids'; + $rcmail_config['db_sequence_cache'] = 'cache_ids'; $rcmail_config['db_sequence_messages'] = 'message_ids'; |
