From 0bcfadc780be3bacd7284e020bc178cbe2e25f63 Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Thu, 12 May 2016 17:56:11 -0400 Subject: [PATCH] (doc) Add missing mention of two tables SOGo creates. Which are sogo_quick_appointment and sogo_quick_contact. --- Documentation/SOGoInstallationGuide.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 5fedd1892..b05d6a7d6 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -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: ----