summaryrefslogtreecommitdiff
path: root/roundcubemail/config
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-06 16:35:14 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-09-06 16:35:14 +0000
commitd44cc4df994ab7f11cb9ac49f8b654860e832ab4 (patch)
treede79b78c9ca6b77829d97c0cf16e2491c139deed /roundcubemail/config
parent865419e2224bfd654af0a943a43febd4523f8dee (diff)
- Merge devel-saved_search branch (Addressbook Saved Searches)
git-svn-id: https://svn.roundcube.net/trunk@5182 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
-rw-r--r--roundcubemail/config/db.inc.php.dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist
index 78cd96882..12304cd96 100644
--- a/roundcubemail/config/db.inc.php.dist
+++ b/roundcubemail/config/db.inc.php.dist
@@ -68,6 +68,8 @@ $rcmail_config['db_sequence_cache'] = 'cache_ids';
$rcmail_config['db_sequence_messages'] = 'message_ids';
+$rcmail_config['db_sequence_searches'] = 'search_ids';
+
// end db config file