Adding templates...

This commit is contained in:
JT Smith 2002-10-13 00:09:07 +00:00
parent 9d5174aae7
commit 7620eb2ee8

View file

@ -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';