diff options
Diffstat (limited to 'src/odbc/pg.sql')
-rw-r--r-- | src/odbc/pg.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/odbc/pg.sql b/src/odbc/pg.sql index 1cbd220a6..91ccc24fd 100644 --- a/src/odbc/pg.sql +++ b/src/odbc/pg.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. + CREATE TABLE users ( username text NOT NULL, host text NOT NULL, |