fixed a table name.

This commit is contained in:
Matthew Wilson 2006-04-16 01:29:51 +00:00
parent 43ec03c6c0
commit b6f0e9e75c
4 changed files with 8 additions and 5 deletions

View file

@ -102,7 +102,7 @@ sub changeCache {
$session->db->write("alter table Folder add column visitorCacheTimeout int not null default 3600");
$session->db->write("alter table HttpProxy add column cacheTimeout int not null default 0");
$session->db->write("alter table SQLReport add column cacheTimeout int not null default 0");
$session->db->write("alter table Snippet add column cacheTimeout int not null default 3600");
$session->db->write("alter table snippet add column cacheTimeout int not null default 3600");
$session->db->write("alter table FileAsset add column cacheTimeout int not null default 3600");
$session->db->write("alter table Product add column cacheTimeout int not null default 3600");
$session->db->write("alter table SyndicatedContent add column cacheTimeout int not null default 3600");