(doc) Add missing mention of two tables SOGo creates.

Which are sogo_quick_appointment and sogo_quick_contact.
pull/208/head
Patrice Levesque 2016-05-12 17:56:11 -04:00
parent ca53e4b225
commit 0bcfadc780
1 changed files with 4 additions and 0 deletions

View File

@ -1467,6 +1467,10 @@ For example, if your SOGo database password is `so%go`, you must set
the value in your preferences to `so%25go` - where `%` is encoded
to `%25`.
In addition to the seven tables described above, two other tables get
created in the database: `sogo_quick_appointment` and `sogo_quick_contact`
which store calendar and contact information.
If you're using MySQL, make sure in your `my.cnf` file you have:
----