Commit 92431aa6 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Changed field type of username in jiveGroupUser.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@304 b35dd754-fafc-0310-a699-88a17e54d16e
parent cde93bc2
...@@ -104,7 +104,7 @@ CREATE TABLE jiveGroupProp ( ...@@ -104,7 +104,7 @@ CREATE TABLE jiveGroupProp (
CREATE TABLE jiveGroupUser ( CREATE TABLE jiveGroupUser (
groupID BIGINT NOT NULL, groupID BIGINT NOT NULL,
username BIGINT NOT NULL, username VARCHAR(32) NOT NULL,
administrator INTEGER NOT NULL, administrator INTEGER NOT NULL,
CONSTRAINT jiveGroupUser_pk PRIMARY KEY (groupID, username, administrator) CONSTRAINT jiveGroupUser_pk PRIMARY KEY (groupID, username, administrator)
); );
......
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