Added groupAdmin field to groupings table for future expansion.

This commit is contained in:
JT Smith 2003-04-18 17:45:48 +00:00
parent 96afe5da99
commit 6949f42a2c

View file

@ -275,5 +275,9 @@ delete from international where languageId=1 and namespace='WebGUI' and internat
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (831,1,'WebGUI','Collateral Macros', 1050441851);
alter table international add column context text;
insert into groups (groupId,groupName,description) values (10,"Translation Managers","Users that can edit language translations for WebGUI.");
alter table groupings add column groupAdmin int not null default 0;