diff options
Diffstat (limited to 'src/odbc/mssql2005.sql')
-rw-r--r-- | src/odbc/mssql2005.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/odbc/mssql2005.sql b/src/odbc/mssql2005.sql index 8420b7690..b9053d89e 100644 --- a/src/odbc/mssql2005.sql +++ b/src/odbc/mssql2005.sql @@ -18,6 +18,11 @@ * */ +/* WARNING !!! + * ejabberd creates the tables automatically. + * This file is obsolete. + * Read the ejabberd modules source code for up-to-date table schema. */ + SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON |