From 7620eb2ee8a4e0674fe8d0705f161d2e263a1322 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 13 Oct 2002 00:09:07 +0000 Subject: [PATCH] Adding templates... --- docs/upgrades/upgrade_4.6.9-4.7.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_4.6.9-4.7.0.sql b/docs/upgrades/upgrade_4.6.9-4.7.0.sql index acea0ceaf..335307165 100644 --- a/docs/upgrades/upgrade_4.6.9-4.7.0.sql +++ b/docs/upgrades/upgrade_4.6.9-4.7.0.sql @@ -75,6 +75,7 @@ alter table Product_benefit change productBenefitId Product_benefitId int not nu alter table Product_feature change productFeatureId Product_featureId int not null; alter table Product_specification change productSpecificationId Product_specificationId int not null; update wobject set templatePosition=templatePosition+1; +alter table template add column namespace varchar(35) not null default 'Page';