added a sort alphabetically option to the folder asset
This commit is contained in:
parent
6726f56af3
commit
fd4453df58
5 changed files with 35 additions and 1 deletions
|
|
@ -45,9 +45,16 @@ updateHelpTemplate();
|
|||
fixImportNodePrivileges();
|
||||
addAdManager();
|
||||
updateMatrix();
|
||||
updateFolder();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateFolder {
|
||||
print "\tAdding sort option to folder.\n";
|
||||
$session->db->write("alter table Folder add column sortAlphabetically int not null default 0");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateMatrix {
|
||||
print "\tAdding new features to the matrix.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue