webgui/docs/upgrades/upgrade_6.6.0-6.6.1.sql
2005-05-17 01:16:29 +00:00

3 lines
No EOL
234 B
SQL

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;