added image upload and field delete to matrix
This commit is contained in:
parent
b0356f06a0
commit
759ec7bcf0
4 changed files with 78 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue