diff options
author | Badlop <badlop@process-one.net> | 2011-03-10 20:28:46 +0100 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-03-10 20:29:07 +0100 |
commit | 33feca74ecd92c2907290f55f37b7736b4b37ec3 (patch) | |
tree | 76317213e01e7a19794b7aaa39c99d5134def3b0 /src/odbc/mssql2000.sql | |
parent | Only attempt to migrate an old ODBC table if it still exists (diff) |
Document that ODBC tables are created by ejabberd itself (EJAB-1421)
Diffstat (limited to 'src/odbc/mssql2000.sql')
-rw-r--r-- | src/odbc/mssql2000.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/odbc/mssql2000.sql b/src/odbc/mssql2000.sql index f8c456970..da38f5076 100644 --- a/src/odbc/mssql2000.sql +++ b/src/odbc/mssql2000.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
|