Added columns to group to store ldap group settings.

This commit is contained in:
Frank Dillon 2005-05-19 00:26:11 +00:00
parent a82955c7bd
commit 9db31c95d6

View file

@ -1,3 +1,6 @@
insert into webguiVersion values ('6.6.1','upgrade',unix_timestamp());
insert into settings values ('commerceSendDailyReportTo', '');
ALTER TABLE navigation CHANGE COLUMN anscestorEndPoint ancestorEndPoint INTEGER NOT NULL DEFAULT 55;
ALTER TABLE navigation CHANGE COLUMN anscestorEndPoint ancestorEndPoint INTEGER NOT NULL DEFAULT 55;
alter table groups add ldapGroup varchar(255) default NULL;
alter table groups add ldapGroupProperty varchar(255) default NULL;
alter table groups add ldapRecursiveProperty varchar(255) default NULL;