Commit b0afaa1e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed typo in mucMember table definition. JM-37


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@452 b35dd754-fafc-0310-a699-88a17e54d16e
parent eeb0330f
......@@ -153,7 +153,7 @@ CREATE TABLE mucAffiliation (
CREATE TABLE mucMember (
roomID INTEGER NOT NULL,
jid VARCH(1024) NOT NULL,
jid VARCHAR(1024) NOT NULL,
nickname VARCHAR(255) NULL,
CONSTRAINT mucMember__pk PRIMARY KEY (roomID,jid)
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment