Added columns to group to store ldap group settings.
This commit is contained in:
parent
a82955c7bd
commit
9db31c95d6
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue