The oracle upgrade script is wrong.
 
alter table website add column lastmodified timestamp default null;
 
should read
 
alter table website add lastmodified timestamp default null;
 
ie no key word "column"
 
this keyword is in other upgrade scripts.
 
James
 
 

James Nott 
Senior Developer, BioMed Central 
Email: [EMAIL PROTECTED] 
Direct Tel: 020 7631 9933 

 

Reply via email to