Added groupAdmin field to groupings table for future expansion.
This commit is contained in:
parent
96afe5da99
commit
6949f42a2c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue