Commit 2695eed4 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Replaced field userID with username in jiveGroupUser.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@305 b35dd754-fafc-0310-a699-88a17e54d16e
parent 92431aa6
......@@ -40,9 +40,9 @@ CREATE TABLE jiveGroupProp (
CREATE TABLE jiveGroupUser (
groupID BIGINT NOT NULL,
userID BIGINT NOT NULL,
username VARCHAR(32) NOT NULL,
administrator TINYINT NOT NULL,
PRIMARY KEY (groupID, userID, administrator)
PRIMARY KEY (groupID, username, administrator)
);
CREATE TABLE jivePrivate (
......
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