aboutsummaryrefslogtreecommitdiff
path: root/src/odbc/mysql.sql
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-08-07 08:29:24 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-08-07 08:29:24 +0000
commit0b0310694687b1259bb20c489cb19212ed027586 (patch)
tree5265fa9fe10d6c6e3f4884825d5fc378856b178f /src/odbc/mysql.sql
parentinitial merge of pubsub odbc, compilation pass ok (diff)
typo fix on subscriptions
SVN Revision: 2438
Diffstat (limited to '')
-rw-r--r--src/odbc/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odbc/mysql.sql b/src/odbc/mysql.sql
index be182bf5f..8e1d242c4 100644
--- a/src/odbc/mysql.sql
+++ b/src/odbc/mysql.sql
@@ -188,7 +188,7 @@ CREATE TABLE pubsub_state (
nodeid bigint,
jid text,
affiliation character(1),
- subscription character(1),
+ subscriptions text,
stateid bigint auto_increment primary key
) CHARACTER SET utf8;
CREATE INDEX i_pubsub_state_jid ON pubsub_state(jid(60));