added image upload and field delete to matrix

This commit is contained in:
JT Smith 2006-04-13 23:19:22 +00:00
parent b0356f06a0
commit 759ec7bcf0
4 changed files with 78 additions and 2 deletions

View file

@ -44,9 +44,17 @@ addDatabaseCache();
updateHelpTemplate();
fixImportNodePrivileges();
addAdManager();
updateMatrix();
finish($session); # this line required
#-------------------------------------------------
sub updateMatrix {
print "\tAdding new features to the matrix.\n";
$session->db->write("alter table Matrix_listing add column storageId varchar(22) binary");
$session->db->write("alter table Matrix_listing add column filename varchar(255)");
}
#-------------------------------------------------
sub changeCache {
print "\tChanging page cache system.\n";