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 361ece816..17653be4a 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 anscestorEndPoint int not null default 55; +alter table Navigation add column ancestorEndPoint int not null default 55; create table productVariants ( variantId varchar(22) not null primary key,