diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-14 20:46:48 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-14 20:46:48 +0000 |
| commit | 1e1ad9ee81069a18c3bbe0101f405491d977b1bf (patch) | |
| tree | 32dc1f66b2575ba9642696e5fbc4b311ade728cf /roundcubemail/SQL/mysql.update.sql | |
| parent | 2e91bb700b0ea556d4780a4d80703f3ce8473391 (diff) | |
Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!
git-svn-id: https://svn.roundcube.net/trunk@4541 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/SQL/mysql.update.sql')
| -rw-r--r-- | roundcubemail/SQL/mysql.update.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/SQL/mysql.update.sql b/roundcubemail/SQL/mysql.update.sql index aaab43fb2..f6c8d7869 100644 --- a/roundcubemail/SQL/mysql.update.sql +++ b/roundcubemail/SQL/mysql.update.sql @@ -133,3 +133,6 @@ ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL; TRUNCATE TABLE `messages`; +-- Updates from version 0.5.* + +ALTER TABLE `contacts` ADD `words` TEXT NULL AFTER `vcard`; |
