From 33feca74ecd92c2907290f55f37b7736b4b37ec3 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 10 Mar 2011 20:28:46 +0100 Subject: Document that ODBC tables are created by ejabberd itself (EJAB-1421) --- src/odbc/mysql.sql | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/odbc/mysql.sql') diff --git a/src/odbc/mysql.sql b/src/odbc/mysql.sql index 2e2d672fb..891b4a3ee 100644 --- a/src/odbc/mysql.sql +++ b/src/odbc/mysql.sql @@ -17,6 +17,11 @@ -- 02111-1307 USA -- +-- WARNING !!! +-- ejabberd creates the tables automatically. +-- This file is obsolete. +-- Read the ejabberd modules source code for up-to-date table schema. + -- Needs MySQL (at least 4.0.x) with innodb back-end SET table_type=InnoDB; -- cgit v1.2.3