aboutsummaryrefslogtreecommitdiff
path: root/src/odbc/pg.sql
diff options
context:
space:
mode:
authorMickaël Rémond <mickael.remond@process-one.net>2006-09-03 15:15:46 +0000
committerMickaël Rémond <mickael.remond@process-one.net>2006-09-03 15:15:46 +0000
commitd0e2ac9ed2432e877e1a55f46752b614d29fafb9 (patch)
tree7c97e92bbed7655311b732a6d16a61f5e04a2d4d /src/odbc/pg.sql
parent* src/ejabberd.app: Updated to the current version. (diff)
* src/odbc/odbc_queries.erl: Support for Microsoft SQL Server as
a database backend (via ODBC). * src/odbc/ejabberd_odbc.erl: Likewise. * src/odbc/mssql.sql: Likewise. * src/odbc/Makefile.in: Likewise. * src/ejabberd_auth_odbc.erl: Likewise. * src/mod_offline_odbc.erl: Likewise. * src/mod_roster_odbc.erl: Likewise. * src/mod_last_odbc.erl: Likewise. * src/configure.ac: Likewise * doc/guide.tex: Likewise. * doc/introduction.tex: Likewise. * src/odbc/pg.sql: Minor fix. SVN Revision: 598
Diffstat (limited to '')
-rw-r--r--src/odbc/pg.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odbc/pg.sql b/src/odbc/pg.sql
index a7059d503..32f20fdd0 100644
--- a/src/odbc/pg.sql
+++ b/src/odbc/pg.sql
@@ -18,7 +18,7 @@ CREATE TABLE rosterusers (
nick text,
subscription character(1) NOT NULL,
ask character(1) NOT NULL,
- askmessage text NOT NULL,
+ askmessage text,
server character(1) NOT NULL,
subscribe text,
"type" text