some holdovers
This commit is contained in:
parent
f75e28f61f
commit
0d8540bb02
5 changed files with 8 additions and 2 deletions
|
|
@ -1,6 +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 anscestorEndPoint ancestorEndPoint int 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;
|
||||
alter table groups add ldapRecursiveProperty varchar(255) default NULL; >>>>>>> 1.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue