Commit 0af291a5 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Removed table jiveUserPerm.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@394 b35dd754-fafc-0310-a699-88a17e54d16e
parent 361a2db0
...@@ -160,16 +160,6 @@ INSERT INTO jiveID (idType, id) VALUES (18, 1); ...@@ -160,16 +160,6 @@ INSERT INTO jiveID (idType, id) VALUES (18, 1);
INSERT INTO jiveID (idType, id) VALUES (19, 1); INSERT INTO jiveID (idType, id) VALUES (19, 1);
INSERT INTO jiveID (idType, id) VALUES (23, 1); INSERT INTO jiveID (idType, id) VALUES (23, 1);
# Create User Permissions Table
CREATE TABLE jiveUserPerm (
objectType INTEGER NOT NULL,
objectID BIGINT NOT NULL,
username VARCHAR(32) NOT NULL,
permission INTEGER NOT NULL,
INDEX jiveUserPerm_object_idx (objectType, objectID),
INDEX jiveUserPerm_uname_idx (username)
);
# Entry for admin user # Entry for admin user
INSERT INTO jiveUser (username, password, name, email, creationDate, modificationDate) INSERT INTO jiveUser (username, password, name, email, creationDate, modificationDate)
VALUES ('admin', 'admin', 'Administrator', 'admin@example.com', '0', '0'); VALUES ('admin', 'admin', 'Administrator', 'admin@example.com', '0', '0');
\ No newline at end of file
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