diff --git a/docs/upgrades/upgrade_6.5.6-6.6.0.sql b/docs/upgrades/upgrade_6.5.6-6.6.0.sql index 17653be4a..361ece816 100644 --- a/docs/upgrades/upgrade_6.5.6-6.6.0.sql +++ b/docs/upgrades/upgrade_6.5.6-6.6.0.sql @@ -5,7 +5,7 @@ alter table DataForm add column defaultView int(11) DEFAULT 0 NOT NULL; update template set template = '\">\n\n

\n

\n\n\n\n\n \n \n \n\n\n\n\n\n \n \n \n \n \n \n \n\n\n
Entry IDSubmission Date
\">
' where assetId='PBtmpl0000000000000021'; alter table Navigation change endPoint descendantEndPoint int not null default 55; -alter table Navigation add column ancestorEndPoint int not null default 55; +alter table Navigation add column anscestorEndPoint int not null default 55; create table productVariants ( variantId varchar(22) not null primary key, diff --git a/docs/upgrades/upgrade_6.6.0-6.6.1.sql b/docs/upgrades/upgrade_6.6.0-6.6.1.sql index e5319bbc7..f4cc86c66 100644 --- a/docs/upgrades/upgrade_6.6.0-6.6.1.sql +++ b/docs/upgrades/upgrade_6.6.0-6.6.1.sql @@ -1,2 +1,3 @@ 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; \ No newline at end of file