Adding templates...
This commit is contained in:
parent
9d5174aae7
commit
7620eb2ee8
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue