From 6f3e5c8018709ef5a43427c5259e24372eefe7c3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 12 Mar 1999 00:30:51 +0000 Subject: Added 'groups' stuff, where we have different group bits that we can put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug. --- makeprofilestable.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'makeprofilestable.sh') diff --git a/makeprofilestable.sh b/makeprofilestable.sh index 76ce65c31..be4c03e4b 100755 --- a/makeprofilestable.sh +++ b/makeprofilestable.sh @@ -33,6 +33,7 @@ login_name varchar(255) not null, password varchar(16), cryptpassword varchar(64), realname varchar(255), +groupset bigint not null, index(login_name) ); -- cgit v1.2.3-24-g4f1b