From 313ffbdbdaf47d954e0f9c0ea4bfaf650ff279f6 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 13 May 2005 14:37:25 +0000 Subject: [PATCH] - fix [ 1197360 ] "anscestor" flub in 6.6.0 upgrade file. --- docs/upgrades/upgrade_6.5.6-6.6.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,